Radio is not working???
#1

Ok, my radio system is not working, and thats weird because its so simple.

pawn Код:
CMD:radio(playerid,params[])
{
    ShowPlayerDialog(playerid,4,DIALOG_STYLE_LIST,"Radio Menu","SA:MP Default\nCountry 108\n181.FM - Kickin' Country\nHot 108 Jamz\n.977 The Hitz Channel\nDEFJAY.COM\nTop Hits Music - SKY.FM","Choose","Close");
    return 1;
}
Under OnDialogResponse
pawn Код:
if(dialogid == 4)
        {
            if(!response)
            {
                return 1;
            }
            if(response)
            {
                switch(listitem)
                {
                    case 0:
                    {
                        StopAudioStreamForPlayer(playerid);
                    }
                    case 1:
                    {
                        PlayAudioStreamForPlayer(playerid, "country108.com/listen.pls");
                    }
                    case 2:
                    {
                        PlayAudioStreamForPlayer(playerid, "yp.shoutcast.com/sbin/tunein-station.pls?id=1283687");
                    }
                    case 3:
                    {
                        PlayAudioStreamForPlayer(playerid, "yp.shoutcast.com/sbin/tunein-station.pls?id=1281016");
                    }
                    case 4:
                    {
                        PlayAudioStreamForPlayer(playerid, "yp.shoutcast.com/sbin/tunein-station.pls?id=1280356");
                    }
                    case 5:
                    {
                        PlayAudioStreamForPlayer(playerid, "yp.shoutcast.com/sbin/tunein-station.pls?id=616366");
                    }
                    case 6:
                    {
                        PlayAudioStreamForPlayer(playerid, "yp.shoutcast.com/sbin/tunein-station.pls?id=728272");
                    }
                }
            }
        }
What in the heck is wrong with it?
Reply
#2

I think you forgot http:// before all the radio links.
Reply
#3

I added the http://, and it still didnt work. I have no clue whats going on.
Reply
#4

Are you testing local host, or via a hosted server?
Reply
#5

Localhost
Reply
#6

When you turn on the radio does it send you a message that its streaming?
Reply
#7

No it does not, its completely dead more or less.
Reply
#8

Do you have your GTA radio volume up?
Reply
#9

2KY, its up, but the fact here is, it just does not work. I dont even get a streaming message, or the little text at the bottom telling me its streaming.
Reply
#10

Quote:
Originally Posted by Rokzlive
Посмотреть сообщение
2KY, its up, but the fact here is, it just does not work. I dont even get a streaming message, or the little text at the bottom telling me its streaming.
The reason I asked is because it doesn't even send the streaming message if your volume is off.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)