05.08.2011, 17:40
pawn Код:
new VeryLongText[1024] = "bladiebla long text for first paragraph";
strcat(VeryLongText, "and even more text that will be added to the end");
strcat(VeryLongText, "more text");
strcat(VeryLongText, "more text");
strcat(VeryLongText, "more text");
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Caption", VeryLongText, "OK", "Cancel");