30.08.2012, 11:50
if i have defined something, lets take an example like down 
pExample and etc
if PlayerInfo[playerid][pExample] = 0;
and i want to increase with 1, on a command
what i need to do?
like this
PlayerInfo[playerid][pExample] += 1;
?

pExample and etc
if PlayerInfo[playerid][pExample] = 0;
and i want to increase with 1, on a command
what i need to do?
like this
PlayerInfo[playerid][pExample] += 1;
?