30.12.2015, 08:45
Quote:
|
Try this one in your current script i think this code will work
Код:
CMD:test(playerid, params[])
{
new str[1000];
format(str, sizeof(str), "Da da da");
ShowPlayerDialog(playerid, DIALOG_TEST, DIALOG_STYLE_MSGBOX, "Test Dialog", str, "Ok", "");
return 1;
}
|
And, as Karan007 said, 1000 cells are quite a lot for that string.


