30.12.2015, 07:41
(
Последний раз редактировалось Cepillado; 30.12.2015 в 07:47.
Причина: Update
)
Nope, both still give out "Unknown Command", and the dialog doesn't show up.
Update: I just made a new GameMode, with just those 2 commands and the OnDialogResponse callback, and it works. Does that mean that I have something on my current script that interferes with the command? I have no idea of what could it be.
Код:
CMD:test(playerid, params[]) { ShowPlayerDialog(playerid, DIALOG_TEST, DIALOG_STYLE_MSGBOX, "Test Dialog", "Da da da", "OK", ""); return true; } CMD:test2(playerid, params[]) { ShowPlayerDialog(playerid, DIALOG_TEST, DIALOG_STYLE_MSGBOX, "Test Dialog", "Da da da", "OK", ""); return CMD_SUCCESS; }