13.09.2009, 07:42
The only problem I see with this code is that you need to do
instead of
pawn Код:
PlayerInfo[giveplayerid][pAdmin] = AdminLvl;
pawn Код:
AdminLvl = PlayerInfo[giveplayerid][pAdmin];

