30.12.2015, 06:56
Actually passing empty string to Button2 param causing command crash.
Simply use this:
Simply use this:
PHP код:
CMD:test(playerid, params[])
{
ShowPlayerDialog(playerid, DIALOG_TEST, DIALOG_STYLE_MSGBOX, "Test Dialog", "Da da da", "OK", "");
return true;
}