PlayAudioStreamForPlayer - 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: PlayAudioStreamForPlayer (
/showthread.php?tid=450458)
PlayAudioStreamForPlayer -
arjanforgames - 13.07.2013
Is it possible in any way to upload an .mp3 file to somewhere and then play the file with PlayerAudioStreamForPlayer?
I could really use this in my "tutorial" for my server.
Respuesta: PlayAudioStreamForPlayer -
PHudson - 13.07.2013
Sure. Check this out:
www.kiwi6.com
They give you a hotlink to your mp3 suitable to use it with PlayAudioStreamForPlayer
Re: PlayAudioStreamForPlayer -
arjanforgames - 13.07.2013
Sir,
I get the hotlink and do:
pawn Код:
PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/7q4leaubd3/imagine_dragons_-_radioactive.mp3");
But it doesnt start. Works with normal live broadcastings btw.
Re: PlayAudioStreamForPlayer -
xganyx - 13.07.2013
What name т music i can give u link
Re: PlayAudioStreamForPlayer -
DJRebis - 13.07.2013
Try this one:
http://www.downloads.nl/local/en/mp3.html
Works for me!
Re: PlayAudioStreamForPlayer -
arjanforgames - 13.07.2013
I like to have:
Imagine Dragons - Radioactive.
Re: PlayAudioStreamForPlayer -
arjanforgames - 13.07.2013
For some reason I dubble posted the message... Sorry..
Re: PlayAudioStreamForPlayer -
DJRebis - 13.07.2013
Use this:
Код:
PlayAudioStreamForPlayer(playerid, "http://www.downloads.nl/cgi-bin/mp3get.cgi?id=4ecf4ea1e6d9e73e5a4a16c9a8ef1c77&n=1");
I hope its right link!