SA-MP Forums Archive
/arrest freeze problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /arrest freeze problem (/showthread.php?tid=70609)



/arrest freeze problem - loT4r - 26.03.2009

Hey, after i cuff someone and /arrest him, he is still freezed in jail. How to fix that? Where shall i put TogglePlayerControl?

Thanks.



Re: /arrest freeze problem - Serbish - 26.03.2009

In the /arrest command.
Put the TogglePlayerControllable to "0".


Re: /arrest freeze problem - MenaceX^ - 26.03.2009

Show your command if you fail after Serbish's reply.


Re: /arrest freeze problem - Norn - 26.03.2009

pawn Код:
TogglePlayerControllable(playerid,1);
Put that in the function/command that sets the player in jail, obviously you'll have to edit the playerid.


Re: /arrest freeze problem - Serbish - 26.03.2009

Quote:
Originally Posted by MenaceX^
Show your command if you fail after Serbish's reply.
Oops.