Dialog troubles
#8

ok full code is here
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(response)
    {
        if(dialogid == 1)
        {
            switch(listitem)
            {
                case 0:
                {
                SendClientMessage(playerid,-1,"You tune the radio station to 'Power 181'");
                PlayAudioStreamForPlayer(playerid, "http://205.188.215.228:8002");
                }
                case 1:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'Late 90's");
                PlayAudioStreamForPlayer(playerid, "http://www.181.fm/stream/pls/181-lite90s.pls");
                }
                case 2:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'Late 80's");
                PlayAudioStreamForPlayer(playerid, "http://www.181.fm/stream/pls/181-lite80s.pls");
                }
                case 3:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'Kickin' Country'");
                PlayAudioStreamForPlayer(playerid, "http://www.181.fm/stream/pls/181-kickincountry.pls");
                }
                case 4:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'Highway 181'");
                PlayAudioStreamForPlayer(playerid, "http://www.181.fm/stream/pls/181-highway.pls");
                }
                case 5:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'Good Time Oldies'");
                PlayAudioStreamForPlayer(playerid, "http://www.181.fm/stream/pls/181-goodtime.pls");
                }
                case 6:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'Fusion Jazz'");
                PlayAudioStreamForPlayer(playerid, "http://www.181.fm/stream/asx/181-fusionjazz.asx");
                }
                case 7:
                {
                SendClientMessage(playerid, -1, "You tune the radio station 'Rock 181'");
                PlayAudioStreamForPlayer(playerid, "http://www.181.fm/stream/pls/181-rock.pls");
                }
                case 8:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'The Eagle'");
                PlayAudioStreamForPlayer(playerid, "http://www.181.fm/stream/pls/181-eagle.pls");
                }
                case 9:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'The Office'");
                PlayAudioStreamForPlayer(playerid, "http://www.181.fm/stream/pls/181-office.pls");
                }
                case 10:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'True R&B");
                PlayAudioStreamForPlayer(playerid, "http://www.181.fm/stream/pls/181-rnb.pls");
                }
                case 11:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'Old School Hip Hop'");
                PlayAudioStreamForPlayer(playerid, "http://www.181.fm/stream/asx/181-oldschool");
                }
                case 12:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'True Blues'");
                PlayAudioStreamForPlayer(playerid, "http://www.181.fm/stream/asx/181-blues.asx");
                }
                case 13:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'The Mix'");
                PlayAudioStreamForPlayer(playerid, "http://www.181.fm/stream/pls/181-themix.pls");
                }
                case 14:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'Gay FM'");
                PlayAudioStreamForPlayer(playerid, "http://stream.gayfm.de/");
                }
                case 15:
                {
                SendClientMessage(playerid, -1, "You tune the radio station to 'idobi Radio'");
                PlayAudioStreamForPlayer(playerid, "http://50.117.115.211:80");
                }
                case 16:
                {
                SendClientMessage(playerid, -1, "You tune the radio station and randomly come upon this.");
                PlayAudioStreamForPlayer(playerid, "http://orbzgaming.com/RvB%20Song.mp3");
                }
                case 17:
                {
                SendClientMessage(playerid, -1, "You stop the radio.");
                StopAudioStreamForPlayer(playerid);
                }
            }
        }
        else if(dialogid == 2)
        {
            //Do your code for dialogid 2 here
        }
    }
    return 1;
}
Reply


Messages In This Thread
Dialog troubles - by xXRealLegitXx - 20.04.2013, 14:22
Re: Dialog troubles - by MattyG - 20.04.2013, 14:34
Re: Dialog troubles - by xXRealLegitXx - 20.04.2013, 15:16
Re: Dialog troubles - by TomatoRage - 20.04.2013, 15:21
Re: Dialog troubles - by xXRealLegitXx - 20.04.2013, 15:23
Re: Dialog troubles - by BigGroter - 20.04.2013, 15:26
Re: Dialog troubles - by TomatoRage - 20.04.2013, 16:01
Re: Dialog troubles - by Xoomer - 20.04.2013, 16:11

Forum Jump:


Users browsing this thread: 4 Guest(s)