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


Messages In This Thread
Radio is not working??? - by Rokzlive - 02.02.2012, 01:47
Re: Radio is not working??? - by Type-R - 02.02.2012, 02:31
Re: Radio is not working??? - by Rokzlive - 02.02.2012, 02:44
Re: Radio is not working??? - by Steven82 - 02.02.2012, 02:47
Re: Radio is not working??? - by Rokzlive - 02.02.2012, 02:49
Re: Radio is not working??? - by Type-R - 02.02.2012, 03:06
Re: Radio is not working??? - by Rokzlive - 03.02.2012, 00:34
Re: Radio is not working??? - by 2KY - 03.02.2012, 00:36
Re: Radio is not working??? - by Rokzlive - 03.02.2012, 00:42
Re: Radio is not working??? - by 2KY - 03.02.2012, 00:49

Forum Jump:


Users browsing this thread: 1 Guest(s)