stock SendAdminMessage(rank, colour, msg[]) { foreach(new i: Player) if(pInfo[i][pAdmin] >= rank) SendClientMessage(i, colour, msg); return 1; }