SA-MP Forums Archive
Help on login music - 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 on login music (/showthread.php?tid=631178)



Help on login music - tharvin - 24.03.2017

Hey guys..I have a server with a gm..i wanted to add audi stream when login..So i added the
Код:
PlayAudioStreamForPlayer(playerid, "http://k003.kiwi6.com/hotlink/k6tjqch2uz/Ed_Sheeran_-_Shape_Of_You_Official_Lyric_Video.mp3");
code in my gm...When i join my server, the song only plays at the start(the one showing verona beach)..when the login/register system appears..it stops the audio..i tried adding the code under Onplayerconnect , Onplayerrequestclass but still not playing after the intro (verona beach)...can u guys help me plss


Re: Help on login music - Kraeror - 24.03.2017

Do you have StopAudioStreamForPlayer anywhere?


Re: Help on login music - tharvin - 24.03.2017

Quote:
Originally Posted by Kraeror
Посмотреть сообщение
Do you have StopAudioStreamForPlayer anywhere?
Nope..i checked..theres no stopaudiostreamforplayer


Re: Help on login music - jasperschellekens - 25.03.2017

Where do you make the audio stream play?
Make it play in OnPlayerConnect, and stop it at OnplayerSpawn.