Posts: 360
Threads: 77
Joined: Dec 2009
Reputation:
0
How to add long texts in strings?
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
You need to explain a bit better.
Posts: 360
Threads: 77
Joined: Dec 2009
Reputation:
0
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!!
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
If string[256] is not enough then make it string[512] or string[1024], depends how much you need.