spawn timer
#2

OnPlayerSpawn:
pawn Код:
TogglePlayerControllable(playerid,0);
SetTimerEx("SpawnUnfreeze",2000,0,"d",playerid);
Anywhere:
pawn Код:
public SpawnUnfreeze(playerid)
{
   TogglePlayerControllable(playerid,1);
   return 1;
}

Reply


Messages In This Thread
spawn timer - by Mowgli - 10.06.2009, 18:57
Re: spawn timer - by miokie - 10.06.2009, 19:02

Forum Jump:


Users browsing this thread: 2 Guest(s)