02.07.2015, 11:56
Hi.
I know that I can increase an enum with the 2 '+''s.
What do I write so that this increases by 100? Sort of like this:
Thanks.
I know that I can increase an enum with the 2 '+''s.
pawn Код:
PlayerInfo[playerid][pExperience2]++;
pawn Код:
PlayerInfo[playerid][pExperience2]+ 100;