Need dialogs help !
#7

Quote:
Originally Posted by Deny1
Посмотреть сообщение
PHP код:
if(dialogid == 1)
    {
        switch (
dialogid)
        {
            case 
DIALOG_TEST:
            {
            if(
response)//if player press on the left button
            
ShowPlayerDialog(playeridDIALOG_TEST3DIALOG_STYLE_MSGBOX"Notice""222222""22""22");
            }
            case 
DIALOG_TEST2:
           {
           if(
response)//if player press on the left button
           
ShowPlayerDialog(playeridDIALOG_TEST3DIALOG_STYLE_MSGBOX"Notice""33333""333""33");
           }
    }
    } 
DIALOG_TEST:
PHP код:
 ShowPlayerDialog(playeridDIALOG_TEST2DIALOG_STYLE_MSGBOX"Notice""222222""22""22"); 
You used DIALOG_TEST3 at both cases...

In first case use DIALOG_TEST2 like I did above.
Reply


Messages In This Thread
Need dialogs help ! - by Deny1 - 03.02.2017, 20:39
Re: Need dialogs help ! - by AndreiWow - 03.02.2017, 20:43
Re: Need dialogs help ! - by Deny1 - 03.02.2017, 20:46
Re: Need dialogs help ! - by AndreiWow - 03.02.2017, 21:08
Re: Need dialogs help ! - by Deny1 - 03.02.2017, 21:35
Re: Need dialogs help ! - by Deny1 - 03.02.2017, 22:21
Re: Need dialogs help ! - by AndreiWow - 03.02.2017, 22:42
Re: Need dialogs help ! - by Deny1 - 04.02.2017, 09:30
Re: Need dialogs help ! - by Deny1 - 04.02.2017, 14:13
Re: Need dialogs help ! - by Deny1 - 05.02.2017, 13:23

Forum Jump:


Users browsing this thread: 1 Guest(s)