05.02.2015, 16:00
Is there a difference between using "++" and "+= 1" to raise something by 1?
Example:
Example:
pawn Код:
Variable[playerid] ++;
Variable[playerid] += 1;