How to do this the correct way? - 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: How to do this the correct way? (
/showthread.php?tid=125461)
How to do this the correct way? -
Torran - 03.02.2010
How would i get it to increase the wanted level of a player by 1?
Re: How to do this the correct way? -
GTAguillaume - 03.02.2010
Код:
if(GetPlayerWantedLevel(playerid) < 6) SetPlayerWantedLevel(playerid,GetPlayerWantedLevel(playerid)+1);