24.08.2010, 20:59
Format the textdraw with a string;
pawn Код:
new str[1012]; //Just all in one
new msg[] = "enter as much text as you want, this will appear in the textdraw";
format(str, sizeof(str), "%s", msg));
ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_LIST, str, "accept", "cancel");