can you help in this little thing - 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: can you help in this little thing (
/showthread.php?tid=270884)
can you help in this little thing -
MA_proking - 22.07.2011
How can I deduct money !!!
Re: can you help in this little thing -
[HiC]TheKiller - 22.07.2011
pawn Код:
#define deductmoney(%1,%2) GivePlayerMoney(%1, -%2);
Or just use
pawn Код:
GivePlayerMoney(playerid, -/*Amount*/);