SA-MP Forums Archive
How to play music from *******. - 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: How to play music from *******. (/showthread.php?tid=369282)



How to play music from *******. - Speeeeeed - 16.08.2012

Hello guys... I have found how to play music from ******* in your own server. So let's start! Go to ******* and choose one song which you like... than ... copy the link and paste it in this site: http://www.*******-mp3.org/ and convert it! than click on "Download". Than go and register in: www.kiwi6.com and upload the song which you downloaded! Than go to the link where you can download it and copy the direct hotlink... OK now you must paste it into here: PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls"); (replace "http://somafm.com/tags.pls" with your download link) And now put it somewhere in your pawno... Example: if(strcmp(cmdtext, "/memories", true) == 0)
{
PlayAudioStreamForPlayer(playerid, "http://k003.kiwi6.com/hotlink/h0jjlwb82i/david_guetta_feat_kid_cudi_-_memories_official_videoclip_.mp3");
return 1;
} So ... if you type in /memories it will play this song...You can put it in OnPlayerConnect too so... when you connect to the server it would play this song! SO THAT'S IT! THANK YOU ALL FOR WATCHING AND SORRY IF I DID IT DIFFICULT TO UNDERSTAND... IT IS MY FIRST THREAD


Re: How to play music from *******. - [MM]RoXoR[FS] - 16.08.2012

We have https://sampforum.blast.hk/showthread.php?tid=291288


Re: How to play music from *******. - Ranama - 16.08.2012

We also have this and you maybe want to make it look a little better before posting, because plain text looks awful like that


Re: How to play music from *******. - Speeeeeed - 16.08.2012

I said it again... sry but I am new and I am trying