A death to jail - 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: A death to jail (
/showthread.php?tid=91241)
A death to jail -
vongolaprimo - 13.08.2009
how code i get a player is wantedpoint >1 to jail
and what a code is gangster shoot gangster no up crime
Re: A death to jail -
GTA_Rules - 13.08.2009
Quote:
Originally Posted by vongolaprimo
how code i get a player is wantedpoint >1 to jail
and what a code is gangster shoot gangster no up crime
|
Use a check if(GetPlayerWantedLevel(playerid) > 0) { DoSomethinghere(); }
Same for the ganster thingy, use a check if he's the gangster, if he's not increase his wanted level.