SA-MP Forums Archive
Audio streaming .... Somthing is not working.. (Not playing music.. OnPlayerConnect) - 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 streaming .... Somthing is not working.. (Not playing music.. OnPlayerConnect) (/showthread.php?tid=422565)



Audio streaming .... Somthing is not working.. (Not playing music.. OnPlayerConnect) - Scrillex - 14.03.2013

So the thing is it's not showing a link and even not streaming sound...

So I need a little bit help with this!
Everything is upladed on web server so...
pawn Код:
new RandomSongs[][] =
{
    {"http://www.goodfellas.id.lv/server/public/02%20Close%20Enemies.mp3"},
    {"http://www.goodfellas.id.lv/server/public/06%20Say%20Nothing.mp3"},
    {"http://www.goodfellas.id.lv/server/public/07%20Microphone.mp3"},
    {"http://www.goodfellas.id.lv/server/public/11%20Blood%20from%20a%20Stone.mp3"},
    {"http://www.goodfellas.id.lv/server/public/14%20Let%E2%80%99s%20Be%20Fucking%20Stupid.mp3"},
    {"http://www.goodfellas.id.lv/server/public/Massive%20Attack%20-%20Teardrop.mp3"},
    {"http://www.goodfellas.id.lv/server/public/Tech.mp3"}
};
Here is my OnPlayerConnect:
pawn Код:
public OnPlayerConnect(playerid)
{
    PlayAudioStreamForPlayer(playerid, RandomSongs[random(sizeof(RandomSongs))]);
    return 1;
}



Re: Audio streaming .... Somthing is not working.. (Not playing music.. OnPlayerConnect) - Scenario - 14.03.2013

Turn up your GTA radio volume.


Re: Audio streaming .... Somthing is not working.. (Not playing music.. OnPlayerConnect) - Scrillex - 14.03.2013

LOOL I failed as f Thanks mate.. For remaining how low I can go