Audio - 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 (
/showthread.php?tid=406614)
Audio -
WiseRice - 11.01.2013
How to add audio when server starts up
Re: Audio -
Threshold - 11.01.2013
pawn Код:
public OnPlayerConnect(playerid)
{
PlayAudioStreamForPlayer(playerid, "http://www.myurlhere.com/file/myfilehere.mp3");
return 1;
}
Replace "http://www.myurlhere.com/file/myfilehere.mp3" with your own url/file.