SA-MP Forums Archive
radio help - 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: radio help (/showthread.php?tid=452677)



radio help - mapcode - 22.07.2013

hey i want to upload a mp3 file so i can add link to my script so it plays where can i upload it


Re: radio help - IceCube! - 22.07.2013

You can upload it to Dropbox, or a website; basically any File Hosting website you just have to find the direct link to the MP3 file on that site.


Re: radio help - mapcode - 22.07.2013

but when i try with dropbox it does not work this is the link-https://dl-web.dropbox.com/get/gta%20sa/Flash%20FM%20-%20GTA%20vice%20city%20full%20radio%20show-%5Bwww_flvto_com%5D.mp3?w=AADLMjiPi16i_V1Izm3ImMZ6 wK7GQ1-sxzPGult8FFGP5Q


Re: radio help - iiFarrow - 22.07.2013

If you have a website you could put the file in with your site files and link it from there, not sure if you can do that with a local server you could always try. I would suggest WAMP.


Re: radio help - mapcode - 22.07.2013

i dont have website


Re: radio help - IceCube! - 22.07.2013

Thats because that link is wrong. Link me to file normally and I'll give you the example of a correct link.


Re: radio help - mapcode - 22.07.2013

https://www.dropbox.com/s/ls9b035o6f...vto_com%5D.mp3


Re: radio help - PrinceKumar - 22.07.2013

upload your mp3 on www.archive.org and then get the download link of mp3 and in pawn use
pawn Код:
PlayAudioStreamForPlayer(playerid, your_url);
it will auto download and play the audio stream for players.