SA-MP Forums Archive
PlayAudioStreamForPlayer Help! - 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: PlayAudioStreamForPlayer Help! (/showthread.php?tid=308934)



PlayAudioStreamForPlayer Help! - ShawnMiller1337 - 05.01.2012

What is wrong with this. When I type in that command nothing plays ?

Код:
CMD:testsong(playerid, params[])
{
    PlayAudioStreamForPlayer(playerid, "http://rat.rapbuzz.com/mp3/2010/may/Lloyd_Banks_feat._Jadakiss,_Ludacris,_Yo_Gotti_&_The-Dream_-_Beamer_Benz_Or_Bentley_(Remix).mp3");
    return 1;
}



Re: PlayAudioStreamForPlayer Help! - Norck - 05.01.2012

Make sure that you have your radio volume enabled in Esc->Options->Audio Setup


Re: PlayAudioStreamForPlayer Help! - ShawnMiller1337 - 05.01.2012

It is


Re: PlayAudioStreamForPlayer Help! - ShawnMiller1337 - 05.01.2012

Never mind I got it thank you !