How to add a back button to a dialog?
#1

I've tried scripting a back button, but I'm unsure of why its not working.

pawn Код:
if(!response) return ShowPlayerDialog(playerid,MUSIC_DIALOG,DIALOG_STYLE_LIST, "Track Selection","Rock\nMetal\nHip Hop\nDubstep","Select","Cancel");
Any help is appreciated. Thank you.

Extra code:
pawn Код:
if(dialogid == MUSIC_DIALOG2 && response)// ROCK
    {
        switch(listitem)
        {
               if(!response) return ShowPlayerDialog(playerid,MUSIC_DIALOG,DIALOG_STYLE_LIST, "Track Selection","Rock\nMetal\nHip Hop\nDubstep","Select","Cancel");
            case 0:
Reply


Messages In This Thread
How to add a back button to a dialog? - by rangerxxll - 28.02.2013, 03:39
Re: How to add a back button to a dialog? - by mastermax7777 - 28.02.2013, 03:47
Re: How to add a back button to a dialog? - by MattSlater - 28.02.2013, 04:13
Re: How to add a back button to a dialog? - by rangerxxll - 28.02.2013, 05:06
Re: How to add a back button to a dialog? - by Scenario - 28.02.2013, 07:00
Re: How to add a back button to a dialog? - by park4bmx - 28.02.2013, 07:08
Re: How to add a back button to a dialog? - by rangerxxll - 28.02.2013, 18:33
Re: How to add a back button to a dialog? - by Scenario - 28.02.2013, 19:19
Re: How to add a back button to a dialog? - by rangerxxll - 28.02.2013, 19:41

Forum Jump:


Users browsing this thread: 1 Guest(s)