27.09.2011, 22:15
Hi Hunted,
You could try the following:
Hope this helped,
Cheers,
TJ
You could try the following:
Код:
TogglePlayerControllable(playerid,0); SetPlayerPos(playerid,X,Y,Z); SetTimerEx("unfreeze", 10000, false, "i", playerid); forward unfreeze(playerid); public unfreeze(playerid) { TogglePlayerControllable(playerid,1); }
Cheers,
TJ