Audio streaming .... Somthing is not working.. (Not playing music.. OnPlayerConnect)
#1

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;
}
Reply
#2

Turn up your GTA radio volume.
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)