17.09.2011, 06:25
Here you go.
https://sampwiki.blast.hk/wiki/SetPlayerWantedLevel
To add another star to the current wanted level, you can just do
https://sampwiki.blast.hk/wiki/SetPlayerWantedLevel
To add another star to the current wanted level, you can just do
pawn Код:
SetPlayerWantedLevel(playerid,GetPlayerWantedLevel(playerid)+1);