28.08.2009, 16:06
Here..
INSTRUCTIONS:
Put this in you're forwards "forward Unfreeze(playerid);"
And when they /enter or whatever you want the command to be, add this onto it
INSTRUCTIONS:
Put this in you're forwards "forward Unfreeze(playerid);"
Quote:
Then make this public anywhere you desire, " public Unfreeze(playerid) { TogglePlayerControllable(playerid,1); return 1; } |
Quote:
TogglePlayerControllable(playerid,0); SetTimerEx("Unfreeze",2000,0,"i",playerid); |