OnDialogResponse problem
#4

I tried to use this, but I got an error for basically every line. Can you tell me what I did wrong?

pawn Код:
if(dialogid == 2)
    {
        if(!response) return Kick(playerid);
        if(response)
        {
            switch(listitem)
            {
                case 2:
                {
                    ShowPlayerDialog(playerid,3,2, "What's a good example of a '/do'?{007F46} (2/7)", "/do My hair appears to be brown.\n/do Smiles at Jordan.\n/do Where is Cluckin' Bell?", "Select", "Cancel");
                }
                else Kick(playerid);
            }
        }
        return 1;
    }
Reply


Messages In This Thread
OnDialogResponse problem - by Noles2197 - 24.02.2013, 02:04
Re: OnDialogResponse problem - by kay420 - 24.02.2013, 02:26
Re: OnDialogResponse problem - by JaKe Elite - 24.02.2013, 02:44
Re: OnDialogResponse problem - by Noles2197 - 24.02.2013, 02:54
Re: OnDialogResponse problem - by JaKe Elite - 24.02.2013, 03:02
Re: OnDialogResponse problem - by Scenario - 24.02.2013, 03:05
Re: OnDialogResponse problem - by Noles2197 - 24.02.2013, 03:07

Forum Jump:


Users browsing this thread: 1 Guest(s)