Help me
#1

Hello all, I have problem with dialog..i try to make to show dialog after dialog but DIALOG_THREE don't show when I test command..
PHP код:
CMD:dialog(playeridparams[]) {
    
ShowPlayerDialog(playeridDIALOG_ONEDIALOG_STYLE_MSGBOX"HEY""HEY""Open""Close");
    return 
1;
}
public 
OnDialogResponse(playeriddialogidresponselistiteminputtext[]) {
    switch(
dialogid) {
        case 
DIALOG_ONE: {
            if(
response)
                
ShowPlayerDialog(playeridDIALOG_TWODIALOG_STYLE_MSGBOX"HEY""HEY""Open""Close");
        }
        case 
DIALOG_TWO: {
            if(
response)
                
ShowPlayerDialog(playeridDIALOG_THREEDIALOG_STYLE_MSGBOX"HEY""HEY""Open""Close");
        }
    }
    return 
0;

Reply


Messages In This Thread
Help me - by Deny1 - 07.02.2017, 16:02
Re: Help me - by AndreiWow - 07.02.2017, 16:42
Re: Help me - by JesterlJoker - 07.02.2017, 18:13
Re: Help me - by Deny1 - 07.02.2017, 19:44
Re: Help me - by Deny1 - 07.02.2017, 19:47

Forum Jump:


Users browsing this thread: 1 Guest(s)