i wanna put any music on server starting - 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: i wanna put any music on server starting (
/showthread.php?tid=631888)
i wanna put any music on server starting -
Electron123 - 06.04.2017
Hello guys i wanna hear a music on server starts before spawning how to do that?
I will put it in the filter script and i wanna hear this music Alan Walker spectre ok?
Re: i wanna put any music on server starting -
Banditul18 - 06.04.2017
PHP код:
public OnPlayerConnect(playerid){
PlayAudioStreamForPlayer(playerid, *PUT URL HERE*");
}
Re: i wanna put any music on server starting -
Sithis - 06.04.2017
Learn how to use ******, don't be lazy:
https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer
Re: i wanna put any music on server starting -
Electron123 - 06.04.2017
Do i have to add any plugins?
Re: i wanna put any music on server starting -
Sithis - 06.04.2017
Read the damn link I sent you.