forward PlaySoundForAll(soundid);public PlaySoundForAll(soundid){ for(new i; i<MAX_PLAYERS; i++) if(IsPlayerConnected(i))PlayerPlaySound(i,soundid);}