Dialogs problem
#2

Код:
ShowPlayerDialog(playerid,DIALOG_WANTED,DIALOG_STYLE_LIST,"SELECTEAZA WANTED","» Wanted 1\n» Wanted 2\n» Wanted 3\n» Wanted 4\n» Wanted 5\n» Wanted 6","Selecteaza","Anuleaza");
Код:
if(dialogid == DIALOG_WANTEDD)
    {
        if(response) 
        {
            
            switch(listitem)
            {
                case 0: ShowPlayerDialog(playerid,DIALOG_WANTEDD,DIALOG_STYLE_LIST,"Select the reason","»Rob\n»Kill\n»Surf","Selecteaza","Anuleaza");
                case 1: ShowPlayerDialog(playerid,DIALOG_WANTEDD,DIALOG_STYLE_LIST,"Select the reason 2","»Rob2\n»Kill2\n»Surf2","Selecteaza","Anuleaza");
                
            }
        }
        return 1;
    }
See the error?
Reply


Messages In This Thread
Dialogs problem - by sKenzi1996 - 04.01.2016, 16:06
Re: Dialogs problem - by Lucky13 - 04.01.2016, 16:29
Re: Dialogs problem - by saffierr - 04.01.2016, 16:29
Re: Dialogs problem - by sKenzi1996 - 04.01.2016, 16:37
Re: Dialogs problem - by sKenzi1996 - 04.01.2016, 16:39

Forum Jump:


Users browsing this thread: 2 Guest(s)