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: Music (
/showthread.php?tid=379489)
Music -
castlecity - 22.09.2012
Hello, I need help with a small thing that I didn't really learn yet. When someone connects to the server and before they press spawn I would like to add music in the backround if anyone can help me out forum pm me or message it here, ill send the .mp3 link too. If you can make it into a FS or give me the coding to put into the GM(Prefer a FS).
MP3 LINK:
http://k002.kiwi6.com/hotlink/mkipez...Real_Thugs.mp3
Re: Music -
[HK]Ryder[AN] - 22.09.2012
here you go
made it in a minute
http://www.solidfiles.com/d/0eef45d782/
Open it up and compile it and add it to you Filterscripts folder
then add it in your server.cfg
Re: Music -
trapstar2020 - 22.09.2012
Код:
OnPlayerConnect
PlayAudioStreamForPlayer(playerid,"http://k002.kiwi6.com/hotlink/mkipez...Real_Thugs.mp3");
onplayerspawn
StopAudioStreamForPlayer(playerid);