Which host? - 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: Which host? (
/showthread.php?tid=356464)
Which host? -
RyanDam - 03.07.2012
I need to host some mp3 files, which I can stream with the audio plugin. Is there any recommended? Which works with
pawn Код:
Audio_PlayStreamed(playerid, const url[], bool:pause = false, bool:loop = false, bool:downmix = false);
Streams a URL for a player and specifies whether it should start paused, whether it should be looped, and whether the audio stream should be downmixed to mono
Note: This returns a handle ID.
Planning on using this function, but which site would be good? heared that ******* wouldn't work.
Thanks in advance, and I will ofcourse rep++ the one who gives me an answer
Re: Which host? -
telmo_ferreira - 03.07.2012
http://www.*******-mp3.org/
Re: Which host? -
RyanDam - 03.07.2012
Here is my code
The one which isnt working)
pawn Код:
new Float:Xoxo, Float:Yoyo, Float:Zozo, Float:Distanceoo = 5.0;
GetPlayerPos(playerid, Xoxo, Yoyo, Zozo);
PlayAudioStreamForPlayer(playerid, "http://www.*******-mp3.org/#v=fWNaR-rxAic", Xoxo, Yoyo, Zozo, Distanceoo, 1);
Re: Which host? -
Elysian` - 03.07.2012
Go to 000webhost or something, upload an MP3 file from Dilandau.eu and then add that "000webhost.com/blah/youruser/file/then/song.mp3"
Re: Which host? -
RyanDam - 03.07.2012
Quote:
Originally Posted by Windows32
Go to 000webhost or something, upload an MP3 file from Dilandau.eu and then add that "000webhost.com/blah/youruser/file/then/song.mp3"
|
Thanks alot, worked
rep++