08/10/2021 16:12
Código:
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
for(new i = 0; i <MAX_PLAYERS; i++){
if(IsPlayerInRangeOfPoint(i,20.0, X, Y, Z)){
PlayAudioStreamForPlayer(i, "https://dl.dropboxusercontent.com/s/apiacgvhcu1dlsq/GaleraDoInterior.mp3");
}
}