Well, can the audio plugin stream a sound for nearby players cause the loop makes the server crash. Check this
PHP Code:
foreach(new i : Player) if(IsPlayerNearPlayer(playerid, i, 5.0))
{
music[i] = Audio_Play(i, 2);
}