Quote:
Originally Posted by Shetch
Код:
ShowPlayerDialog(playerid, DIALOG_COMMANDS, DIALOG_STYLE_MSGBOX, "Commands", str, ">>", "Close");
You didn't add the '+ 1'...
Код:
ShowPlayerDialog(playerid, DIALOG_COMMANDS + 1, DIALOG_STYLE_MSGBOX, "Commands", str, ">>", "Close");
|
Doesn't work. It messing the dialog..