03.06.2010, 19:24
Good evening,
I have minor problems of script.
At the time of the spawn, I spent a time of freeze so that the mapping load. But at the end of the timer, the character is not unfreeze.
Have you to it solution, thank you in advance.
I have minor problems of script.
At the time of the spawn, I spent a time of freeze so that the mapping load. But at the end of the timer, the character is not unfreeze.
Have you to it solution, thank you in advance.
Код:
public OnPlayerSpawn(playerid) { TogglePlayerControllable(playerid,0); SetTimerEx("TogglePlayerControllable",2000,1,"1",playerid); .... }