04.01.2011, 18:46
What's the problem? You can't see all the levels? Do this:
if(PlayerInfo[playerid][PlayerAdmin] >= 1)
instead of ==. So it will also shows when you're higher then 1.
And you used this:
Remove the last line: It sets the players admin level immidiatily to 0 again xD
if(PlayerInfo[playerid][PlayerAdmin] >= 1)
instead of ==. So it will also shows when you're higher then 1.
And you used this:
pawn Код:
PlayerInfo[playerid][PlayerAdmin] = dini_Int(file,"PlayerAdmin");
PlayerInfo[playerid][PlayerAdmin] = 0;