20.12.2011, 11:37
I don't think you want to add the +1 while saving, call
and then save it how you would a normal integer.
++ is pretty much add one. I forgot the actual logical name but I don't really care.
pawn Код:
PlayerInfo[playerid][pRespect]++;
++ is pretty much add one. I forgot the actual logical name but I don't really care.