20.01.2012, 02:22
you used
and thats indeed wrong. try
each admin lower than level 2 (0, so none, and level 1) cant use the command, but level 2 or higher, can use it. you just made the simple mistake to send the "not authorized" message to admins who are level 1 or higher, so changine the code would have done aswell (the real commands code, swapped with the error message)..
pawn Код:
if(PlayerInfo[playerid][pAdminLevel] > 1)
pawn Код:
if(PlayerInfo[playerid][pAdminLevel] < 2)