03.08.2013, 20:28
I thought I'd explain a little bit more. When you use ++ you're incrementing the variable. It's the equivalent of typing
So that's why it's only increasing to one. If you typed that command again, you'd be level 2. It'd just keep raising by 1 every time.
pawn Код:
PlayerInfo[playerid][pAdmin]+=1;