new AdminLevel[MAX_PLAYERS];stock SetAdminLevel(playerid, level){ AdminLevel[playerid] = level; return 1;}