01.04.2018, 12:29
hi guys.
i need audio stream.
if player is in the xyz , the [url] song play for that player..
how?
i need audio stream.
if player is in the xyz , the [url] song play for that player..
how?
if(IsPlayerInRangeOfPoint(playerid,range,x,y,z))
{
PlayAudioStreamForPlayer(playerid,"music link (mp3 or wav)",x,y,z,range,1);
}
PlayAudioStreamForPlayer(playerid, "URL HERE.mp3", X, Y, Z, 50.0, 1);