09.08.2011, 13:03
If I create a variable:
I know to add to the variable, you do this:
And to subtract, you do this:
But what do you do if you want to subtract more than one from the variable?
pawn Код:
new cookies[MAX_PLAYERS];
pawn Код:
cookies[playerid]++;
pawn Код:
cookies[playerid]--;
pawn Код:
cookies[playerid]+7;