Dialog bug?
#3

try this
pawn Код:
if(dialogid == 5) // register rp quiz 1
        {
        if(response)
{
           
               
             
                 switch(listitem) // We will now check the RP quiz answers.
                 {
                    case 0: // Whrong answer.
                    {
                    RPQuiz[playerid] = 1;
                    ShowPlayerDialog(playerid, 6, DIALOG_STYLE_LIST, "Roleplay Quiz (2/5) -- OOC refers to the world of the..","...Characters, rather than the world of the players.\n...Players, rather than the world of the characters.\n...Players and the world of the characters.","Select","Cancel");
                    }
                    case 1: // Correct Answer
                    {
                    ShowPlayerDialog(playerid, 6, DIALOG_STYLE_LIST, "Roleplay Quiz (2/5) -- OOC refers to the world of the..","...Characters, rather than the world of the players.\n...Players, rather than the world of the characters.\n...Players and the world of the characters.","Select","Cancel");
                    }
                    case 2: // Whrong answer.
                    {
                    RPQuiz[playerid] = 1;
                    ShowPlayerDialog(playerid, 6, DIALOG_STYLE_LIST, "Roleplay Quiz (2/5) -- OOC refers to the world of the..","...Characters, rather than the world of the players.\n...Players, rather than the world of the characters.\n...Players and the world of the characters.","Select","Cancel");
                    }
}}}
Reply


Messages In This Thread
Dialog bug? - by VerticalGaming - 05.04.2014, 12:17
Re: Dialog bug? - by VerticalGaming - 05.04.2014, 13:04
Re: Dialog bug? - by BroZeus - 05.04.2014, 14:07
Re: Dialog bug? - by UfsDev - 05.04.2014, 14:10

Forum Jump:


Users browsing this thread: 2 Guest(s)