stock NovaMsg(const pharrel[]){ for(new i=0; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) SendClientMessage(i, -1, pharrel); } return 1;}