cases & dialogs
#1

Hi.

The msgbox pops up, but when I click next page, ntohing happends? :S

Here is the code, i took out of dialogresponse

pawn Код:
case 6:
            {
                ShowPlayerDialog(playerid, 5, DIALOG_STYLE_MSGBOX, "Rules Part 1 out of 2", "Testttt...", "Next Page", "Cancel");
            }
        }
        if(dialogid == 5)
        {
            if(response)
            {
                ShowPlayerDialog(playerid, 6, DIALOG_STYLE_MSGBOX, "Rules Part 2 out of 2", "Testttttttttttt", "Ok", "Back");
            }
            else if(!response)
            {
               return 1;
            }
        }
Reply
#2

www.pastebin.com

Give me the full OnDialogResponse, then I can fix it. (You can PM it to me if you dont want it to be public).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)