How to add music - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: How to add music (
/showthread.php?tid=412191)
How to add music - Stefan_Merce - 01.02.2013
How to add music to your website so you can take the link and put it ingame for music example a like
http://forumssomthing.com/music?
Re: How to add music -
V1ceC1ty - 01.02.2013
Use an FTP to transfer the file from your computer to your sites main directory then add PlayAudioStreamForPlayer(playerid, "http://www.site.com/music.mp3"); to your code.