29.12.2015, 23:45
I have no idea why I'm getting this message, the dialog won't show up as well.
All the other commands are working perfectly.
Код:
#define DIALOG_TEST 700 CMD:test(playerid, params[]) { ShowPlayerDialog(playerid, DIALOG_TEST, DIALOG_STYLE_MSGBOX, "Test Dialog", "Da da da", "OK", " "); return 1; }