24.06.2012, 02:28
(
Last edited by Beginerinprogress; 24/06/2012 at 06:38 AM.
)
Yes, you can finn
I think everything is mentioned in the above link.
For playing audio stream in a place do this
new Float:X, Float:Y, Float:Z, Float
istance = 5.0;
layAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls", X, Y, Z, Distance, 1);
return 1;
}
I think this will help set the x,y,z co ordinates and the distance
and somafm,com/tags.pls is the link to the music change it to your link
If i tell something wrong please forgive me im a beginner
I think everything is mentioned in the above link.
For playing audio stream in a place do this
new Float:X, Float:Y, Float:Z, Float

layAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls", X, Y, Z, Distance, 1);
return 1;
}
I think this will help set the x,y,z co ordinates and the distance
and somafm,com/tags.pls is the link to the music change it to your link
If i tell something wrong please forgive me im a beginner