Need some help...
#1

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?
Reply
#2

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

Oh, thanks - have a beer
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)