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