Soundtrack - 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: Soundtrack (
/showthread.php?tid=612817)
Soundtrack -
Zeus666 - 21.07.2016
I want to make
PHP код:
CMD:play(playerid,params[])
{
PlayAudioStreamForPlayer(playerid,"http://www.vestigedayz.com/audio/audio.mp3");
return 1;
}
}
PHP код:
CMD:stopplay(playerid,params[])
{
stopAudioStreamForPlayer(playerid);
return 1;
}
How can I make this loop?