help for wanted level - 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: help for wanted level (
/showthread.php?tid=230044)
help for wanted level -
tanush - 22.02.2011
how i make the killerid get 1star increased on "OnPlayerDeath"
Re: help for wanted level -
Mauzen - 22.02.2011
one line
pawn Код:
if(killerid != INVALID_PLAYER_ID) SetPlayerWantedLevel(killerid, GetPlayerWantedLevel(killerid) + 1);
edit: no prob
Re: help for wanted level -
tanush - 22.02.2011
thanks man