18.10.2011, 19:09
Yep, just like that.
If you want to add like 10 points to it, there is an easier way of doing that.
If you want to add like 10 points to it, there is an easier way of doing that.
pawn Код:
GermanyPoints[playerid] += 10; // this will add 10 points to the variable
GermanyPoints[playerid] -= 10; // this will remove 10 points from the variable