02.04.2010, 23:55
My guess is that every admin level except 4 can use this command. If 4 is your highest admin level, then you should put:
Otherwise:
pawn Код:
if(pInfo[playerid][pAdmin] != 4) return SystemMessage(playerid, "You are not Administrator.");
pawn Код:
if(pInfo[playerid][pAdmin] <= 4) return SystemMessage(playerid, "You are not Administrator.");