03.02.2017, 20:39
Hello everebody, i want to figure how to make dialogs show after dialog, example if i define dialog_test
and make cmd like this
I put under OnDialogResponse
Does i go in right way?and I mean when command show me this dialog and i click close to open me another dialog it isn't matter witch...
and make cmd like this
PHP код:
CMD:test(playerid, params[])
{
ShowPlayerDialog(playerid, DIALOG_TEST, DIALOG_STYLE_MSGBOX, "TEST", "TESTr", "Close", "");
return 1;
}
PHP код:
if(dialogid == 1)
{
ShowPlayerDialog(playerid, DIALOG_TEST, DIALOG_STYLE_MSGBOX, "TEST", "TESTr", "Close", "");
}