20.07.2011, 02:08
it is supposed to send the message if the player isnt rcon admin or is lower than level 7 admin
pawn Код:
if(!IsPlayerAdmin(playerid) || gPlayerData[playerid][ADMINLEVEL] < 7) SendClientMessage(playerid, COLOR_RED, "You are not a high enough admin to set admin levels!");