SA-MP Forums Archive
In Game Music Link - Questions!! - 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: In Game Music Link - Questions!! (/showthread.php?tid=473878)



In Game Music Link - Questions!! - hewittpro - 05.11.2013

Hey guys in the servers it says that if I wanna add music to my Ipod I need to convert a ******* like at *******-mp3.org. Once I download it what link do I use to add it into game?


Re: In Game Music Link - Questions!! - hewittpro - 05.11.2013

Lets say I wanted to add this song. What link do I put in the server? [ame]http://www.youtube.com/watch?v=fJdqw-JzW08[/ame]


Re: In Game Music Link - Questions!! - iGetty - 05.11.2013

You would need to download the song .mp3 file and host it on a VPS/Dedicated Server/Webhost, then to get it: EG:

http://somedomain.com/musicfile.mp3

Then you would:

pawn Код:
PlayAudioStreamForPlayer(playerid, "http://somedomain.com/musicfile.mp3");
That would work.