SA-MP Forums Archive
Help Plz!!! - 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: Help Plz!!! (/showthread.php?tid=427699)



Help Plz!!! - Configuration - 02.04.2013

Hello I need help with if i kill player with HEANDS get $500 Bonus help me PLz.


Re: Help Plz!!! - L.Hudson - 02.04.2013

put this on
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
pawn Код:
if(GetPlayerWeapon(killerid) == 0)
    {
        GivePlayerMoney(killerid, 500);
    }



Re: Help Plz!!! - Configuration - 03.04.2013

ok thanks