1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
|
onNewConnection()
{
for(;;)
{
level waittill("connected", player);
player thread settings();
}
}
{
save = GetDvarInt( "compassSize" );
self SetClientDvar( "compassSize", "0.01" );
self waittill("disconnect");
self SetClientDvar( "compassSize", save);
} |