stock SendAdminMessage(color, str[]) { foreach (new i : Player) { if(PlayerInfo[i][pAdmin] > 0) SendClientMessage(i, color, str); } return true; }