SA-MP Forums Archive
Need some help... - 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: Need some help... (/showthread.php?tid=239487)



Need some help... - Libra_PL - 13.03.2011

Hey. I'm removing money now from my server and replacing as "points" (due to anti-cheat). And, I have something like this:

Код:
points[playerid]+win;
Points is as money and win is the prize. I know it's made wrong. I wanted make it as + [win] points. Could anyone fix this?


Re: Need some help... - admantis - 13.03.2011

pawn Код:
points[playerid] += value; // add
points[playerid] -= value; // substract



Re: Need some help... - Libra_PL - 13.03.2011

Oh, thanks - have a beer