23.05.2014, 16:22
How can i make a song to be heard only in one region ?
for(new i = 0; i < MAX_PLAYERS; p++)
{
if(!IsPlayerConnected(p)) continue;
PlayAudioStreamForPlayer(i, "your_sound_url", 0.0, 0.0, 0.0, 20.0, 1);
}
PlayAudioStreamForPlayer with the parameters distance, and range.
Such as PHP код:
|