stock HelpRequest(color, const string[]) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i) && PlayerInfo[i][pAdmin] > 0) { SendClientMessage(i, color, string); } } return 1;}