Problem,arrest system - 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)
+--- Thread: Problem,arrest system (
/showthread.php?tid=350700)
Problem,arrest system -
jimis - 13.06.2012
Hi all today i found this
http://forum.sa-mp.com/showthread.ph...ghlight=ARREST
But when a player unjail he does not set him interior at 0 and the player cant see nothing arround him.Also the cop when arresting he not take score.Could someone help?
Thanks
Jimis
Re: Problem,arrest system -
Jhero - 13.06.2012
The issue your having is when they are unjailed the interior is not being set to "0"?
If so, add this
pawn Код:
SetPlayerInterior(playerid, 0);
or
pawn Код:
SetPlayerVirtualWorld(playerid, 0);
Re: Problem,arrest system -
Craft. - 13.06.2012
Add Jheros after release...
Re: Problem,arrest system -
jimis - 13.06.2012
ok thanks but where to add it?
Re: Problem,arrest system -
Djole1337 - 13.06.2012
http://pastebin.com/AjQECn14
Here you go.