SA-MP Forums Archive
How to automaticaly drop the money - 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: How to automaticaly drop the money (/showthread.php?tid=483888)



How to automaticaly drop the money - Lloyde - 28.12.2013

how to drop money automatically when you hit / shot or die .


Re: How to automaticaly drop the money - Excelize - 28.12.2013

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SetPlayerMoney(playerid, -(AMOUNT OF MONEY YOU WANT));
    return 1;
}