Freeze and Unfreeze
#7

Quote:
Originally Posted by Buzzbomb
Посмотреть сообщение
Where ever you have the command to change the gamemodes put this in there

TogglePlayerControllable(playerid,0);
SetPlayerPos(playerid,X,Y,Z);
SetTimerEx("unfreeze", 10000, false, "i", playerid);

And this any where else outside any other command make it .. it's own line
forward unfreeze(playerid);
public unfreeze(playerid) { TogglePlayerControllable(playerid,1); }
undefined symbol "X"
Reply


Messages In This Thread
Freeze and Unfreeze - by Hunted...Killed - 27.09.2011, 22:09
Re: Freeze and Unfreeze - by TTJJ - 27.09.2011, 22:15
Re: Freeze and Unfreeze - by Hunted...Killed - 27.09.2011, 22:18
Re: Freeze and Unfreeze - by Hunted...Killed - 27.09.2011, 22:21
Re: Freeze and Unfreeze - by Hunted...Killed - 27.09.2011, 22:23
Re: Freeze and Unfreeze - by Buzzbomb - 27.09.2011, 22:53
Re: Freeze and Unfreeze - by Hunted...Killed - 27.09.2011, 23:06
Re: Freeze and Unfreeze - by Kush - 27.09.2011, 23:08
Re: Freeze and Unfreeze - by Hunted...Killed - 27.09.2011, 23:40
Re: Freeze and Unfreeze - by Azzeto - 28.09.2011, 01:01

Forum Jump:


Users browsing this thread: 1 Guest(s)