14.05.2015, 12:17
(
Последний раз редактировалось dusk; 14.05.2015 в 13:26.
)
Example dialog:
If I select the first option, OnDialogResponse argument inputtext has the value "Cl1rw1", which is everything before the tab character.
Or was this made purposely and it's my own fault that I rely on it?
EDIT: Although I didn't test I assume the same issue exists for TABLIST HEADER dialogs.
pawn Код:
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_TABLIST, "Hello, this is dialog", "Cl1rw1\tcl2rw1\ncl1rw2\tcl2rw2", "Yes", "no");
Or was this made purposely and it's my own fault that I rely on it?
EDIT: Although I didn't test I assume the same issue exists for TABLIST HEADER dialogs.