prepaid - 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: prepaid (
/showthread.php?tid=134007)
prepaid -
bartje01 - 14.03.2010
Hey guys. I made a prepaid system but everytime when I wanna buy it I only can buy 1
I have to add this
PlayerInfo[playerid][Prepaid]++;
How to do like : PlayerInfo[playerid][Prepaid]+20; ?
Re: prepaid -
smeti - 14.03.2010
pawn Код:
PlayerInfo[playerid][Prepaid] += 20;
Re: prepaid -
bartje01 - 14.03.2010
Thanks works