SA-MP Forums Archive
Audio Stream - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Audio Stream (/showthread.php?tid=312172)



Audio Stream - Dusan01 - 20.01.2012

Hy Guys.I need audio stream.inc .And can show me how to setup audio stream.THANKS


Re: Audio Stream - Min - 20.01.2012

https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer


Re: Audio Stream - Finn707 - 14.05.2012

How can you stream music in a specific interior instead of a single player?


Re: Audio Stream - Beginerinprogress - 24.06.2012

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, Floatistance = 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