music url - 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 url (
/showthread.php?tid=482240)
music url -
iBots - 20.12.2013
any way to get music valid url to play it in gamem using PlayAudioStreamerForPlayer?
i dont know how to get url to music to play it,please help
Re: music url -
BizzyD - 20.12.2013
You can use ******* urls
Re: music url -
iBots - 20.12.2013
doesnt work
Re: music url -
VenomMancer - 20.12.2013
Will work if you use the music's link download
Re: music url -
iBots - 20.12.2013
example?
Re: music url -
PowerPC603 - 20.12.2013
Код:
// This command allows a player to start playing an audiostream
COMMAND:startstream(playerid, params[])
{
// Start audiostream
PlayAudioStreamForPlayer(playerid, "http://listen.sky.fm/public3/the80s.pls");
// Let the server know that this was a valid command
return 1;
}
// This command allows a player to stop playing an audiostream
COMMAND:stopstream(playerid, params[])
{
// Stop audiostream
StopAudioStreamForPlayer(playerid);
// Let the server know that this was a valid command
return 1;
}
Re: music url -
Hybris - 20.12.2013
I use mBox drive try it
http://www.mboxdrive.com/
Re: music url -
iBots - 20.12.2013
Thanks Hybris!!! worked,giving +REP