GivePlayerMoney, will this work: - 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: GivePlayerMoney, will this work: (
/showthread.php?tid=164216)
GivePlayerMoney, will this work: -
Ash. - 30.07.2010
Hey guys and girls
If i want to take $100 from the player, would this work:
pawn Код:
GivePlayerMoney(playerid, -100);
Thanks
Ash
Re: GivePlayerMoney, will this work: -
TTJJ - 30.07.2010
Indeed, It would work.
Cheers,
TJ
Re: GivePlayerMoney, will this work: -
Ash. - 30.07.2010
Thanks mate