Originally posted by Conditional
if (self !(isfreezed))
{
self thread doAction();
}
basically that, I want to start a thread whenever a player is not frozen. So after the start match countdown, he would get that thread. not before, and always at the same time.
search to onPlayerSpawned() self waittill( "spawned_player" ); put down this code
self freezeControls(false);
if u start game u can play not freeze