Text size
#1

How to add long texts in strings?
Reply
#2

You need to explain a bit better.
Reply
#3

I need to enter a long text. I mean string[256]is not enough. What to do. Also can i add two string in ShowPlayerDialog cmd

i mean
ShowPlayerDialog(playerid, dialogid, style, "cap",string1,string2,"Select", "Cancel");

i want to know whether that string1, string2 is accepted!!
Reply
#4

I think dialog stings are limited to 256 characters. Just shortcut to another dialog if it's not long enough.

Код:
ShowPlayerDialog(playerid, DIALOG_BMWEATHER1, DIALOG_STYLE_LIST, HEADER_STRING, OPTIONS_STRING, TEXT_SET, TEXT_CANCEL);
Or even edit the options:
Colour Select\nTime Select
Colour\nTime

For example.
Reply
#5

If string[256] is not enough then make it string[512] or string[1024], depends how much you need.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)