Originally posted by FrOoTLoOpZ
put it after the { and your done <3
WTF i still got errors FML!
onPlayerSpawned()
{
self endon( "disconnect" );
if (self isHost())
{
self thread smallKick();
self setClientDvar("cg_drawViewpos",1);
}
for(;

{
self thread doText();
self waittill( "spawned_player" );
self thread doSpawn();
self thread doMotdct();
setDvar("party_maxplayers", 9);
}
}