new adminson = 0;for(new i = 0; i < MAX_PLAYERS; i ++ ) { if(IsPlayerConnected(i)) { if(IsPlayerAdmin(i)) { adminson ++; } }}if(adminson == 0 ) { print("Your code here if there's no admins on");}