Dialog doesn't show up
#1

pawn Код:
case DIALOG_MENU:
        {
            if(response)
            {
                switch(listitem)
                {
                    case 0:
                    {
                        ShowPlayerDialog(playerid, DIALOG_MENU_EDIT, DIALOG_STYLE_LIST,"My Accessories", "Adjust Object\nDelete Permanently\nUse Accessories\nRemove Accessories", "Select", "Cancel");
                    }
                    case 1:
                    {
                        ShowPlayerDialog(playerid, DIALOG_MENU_EDIT1, DIALOG_STYLE_LIST,"My Accessories", "Adjust Object\nDelete Permanently\nUse Accessories\nRemove Accessories", "Select", "Cancel");
                    }
                    case 2:
                    {
                        ShowPlayerDialog(playerid, DIALOG_MENU_EDIT2, DIALOG_STYLE_LIST,"My Accessories", "Adjust Object\nDelete Permanently\nUse Accessories\nRemove Accessories", "Select", "Cancel");
                    }
                }
            }
        }
Reply


Messages In This Thread
Dialog doesn't show up - by Malcor - 16.08.2013, 13:21
Re: Dialog doesn't show up - by RedJohn - 16.08.2013, 13:24
Re: Dialog doesn't show up - by Malcor - 16.08.2013, 13:25
Re: Dialog doesn't show up - by RedJohn - 16.08.2013, 13:28
Re: Dialog doesn't show up - by Malcor - 16.08.2013, 13:31
Re: Dialog doesn't show up - by RedJohn - 16.08.2013, 13:32
Re: Dialog doesn't show up - by Malcor - 16.08.2013, 13:40

Forum Jump:


Users browsing this thread: 1 Guest(s)