SA-MP Forums Archive
Help [MUSIC URL] - 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: Help [MUSIC URL] (/showthread.php?tid=657831)



Help [MUSIC URL] - travistaylor - 15.08.2018

Hello guys,I dont know why but my Music when a player is connected doesn't load.I tried a lot of websites online,uploaded the music and added the url to my script.But that doesnt work!
Any solution?

Код:
public OnPlayerConnect(playerid)
{
	if(IsPlayerNPC(playerid)) return 1;
	PlayAudioStreamForPlayer(playerid, "song url.mp3");



Re: Help [MUSIC URL] - GaMiX - 15.08.2018

try to convert the song into any converter and put the download link instead of .mp3 file


Re: Help [MUSIC URL] - GameOvr - 16.08.2018

try a direct hot link..
I suggest https://kiwi6.com/ just upload and get the hot link and put it as url

here i.e:
Quote:

PlayAudioStreamForPlayer(playerid, "https://*******/2MbrDXb");

This is a shorten Url


Re: Help [MUSIC URL] - travistaylor - 16.08.2018

@GaMiX yea I tried that just yesterday,but It didnt work.
@GameOvr I tried that site too..
As I think my link is working well and its well scripted..but something is starting after the song and stops the song..
I can give you the server IP to try that if you can figure it out..