07.04.2011, 15:17
++ is used to increase the value by 1 ... if you want to add more than 1, you should do like:
, where X = your value. That means it adds X amount to it`s value.
pawn Код:
Player[i][EXP] += X;