Dialog wont appear
#1

pawn Код:
CMD:anmin(playerid, params[])
    {
                          ShowPlayerDialog(playerid, 23, DIALOG_STYLE_LIST, "Animations", "This doesnt give a responce to show anotherdialog","Select", "Cancel");
}
pawn Код:
if(dialogid == 23)
    {
        if(response)
        {
            switch(listitem)
            {
                case 0:
                {
                                                                      //another dialog here wa removed to test if it called the command which i had no luck it doesnt call the command
                    print("test");
                }
                                            }
                                }
                   }
Hey sorry to bother you but the command shows the first dialog but wont show the second in the ondialogresponce of the other dialog it worked before but now it doesnt work at all after i added more values to the first dialog (there is only 12 in the first dialog)
Reply


Messages In This Thread
Dialog wont appear - by Snowman12 - 03.08.2011, 23:39
Re: Dialog wont appear - by Tigerkiller - 03.08.2011, 23:43
Re: Dialog wont appear - by Snowman12 - 03.08.2011, 23:44
AW: Dialog wont appear - by Drebin - 03.08.2011, 23:44
Re: AW: Dialog wont appear - by Snowman12 - 04.08.2011, 00:10
Re: Dialog wont appear - by sleepysnowflake - 04.08.2011, 00:19
Re: Dialog wont appear - by Snowman12 - 04.08.2011, 01:07

Forum Jump:


Users browsing this thread: 1 Guest(s)