Audio stream not working - 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: Audio stream not working (
/showthread.php?tid=609118)
Audio stream not working -
andrejc999 - 09.06.2016
So guys I wanted to add an audio stream for a player when he connects but it doesn't play anything idk why..
I uploaded a song to this link under but it won't play..
Here is the code:
Код:
public OnPlayerConnect(playerid)
{
PlayAudioStreamForPlayer(playerid, "http://picosong.com/ZJHk");
return 1;
}
Can anyone help me? Thx
Re: Audio stream not working -
povargek - 09.06.2016
You need set link to mp3 file or stream, not a download page
Re: Audio stream not working -
Dayrion - 09.06.2016
Yes, povargek is right, check also
https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer. It's indicated mp3 files only
Re: Audio stream not working -
andrejc999 - 09.06.2016
Oh ok I thought this link might work cuz it plays the song when u enter it and it's mp3...
Re: Audio stream not working -
povargek - 09.06.2016
Quote:
Originally Posted by andrejc999
Oh ok I thought this link might work cuz it plays the song when u enter it and it's mp3...
|
You can load all your mp3's to web hosting
Re: Audio stream not working -
andrejc999 - 10.06.2016
Thanks I fixed it...