OnDialogResponse does nothing
#7

check if response

PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == DIALOG_SHOP)
    {
        if(
response)
        {
             switch(
listitem)
             {
                case 
0:
                {
                       
ShowPlayerDialog(playeridDIALOG_SHOPSTUFF,DIALOG_STYLE_LIST"Game Shop" "{FFFFFF}Game Money\nstuff2add""Select""Close");
                }
            }
        }
    }
    return 
0;

Reply


Messages In This Thread
OnDialogResponse does nothing - by Adamoneoone - 22.06.2018, 19:38
Re: OnDialogResponse does nothing - by grymtn - 22.06.2018, 19:58
Re: OnDialogResponse does nothing - by Adamoneoone - 22.06.2018, 20:16
Re: OnDialogResponse does nothing - by AlexMSK - 22.06.2018, 21:14
Re: OnDialogResponse does nothing - by Lokii - 22.06.2018, 21:22
Re: OnDialogResponse does nothing - by Adamoneoone - 22.06.2018, 21:41
Re: OnDialogResponse does nothing - by Lokii - 22.06.2018, 22:09
Re: OnDialogResponse does nothing - by Adamoneoone - 23.06.2018, 07:18
Re: OnDialogResponse does nothing - by JasonRiggs - 23.06.2018, 07:29
Re: OnDialogResponse does nothing - by Adamoneoone - 23.06.2018, 07:33
Re: OnDialogResponse does nothing - by JasonRiggs - 23.06.2018, 08:04
Re: OnDialogResponse does nothing - by AmigaBlizzard - 23.06.2018, 08:47
Re: OnDialogResponse does nothing - by Adamoneoone - 23.06.2018, 09:00

Forum Jump:


Users browsing this thread: 1 Guest(s)