30.01.2010, 14:04
I think dialog stings are limited to 256 characters. Just shortcut to another dialog if it's not long enough.
Or even edit the options:
Colour Select\nTime Select
Colour\nTime
For example.
Код:
ShowPlayerDialog(playerid, DIALOG_BMWEATHER1, DIALOG_STYLE_LIST, HEADER_STRING, OPTIONS_STRING, TEXT_SET, TEXT_CANCEL);
Colour Select\nTime Select
Colour\nTime
For example.