Posts: 43
Threads: 10
Joined: Feb 2012
Reputation:
0
Hey. So I have a string in total size of 1423. And I have to use it in a dialog. And I know I can't just type it on one line. So any good ideas on how to do it? Maybe using packed strings or unpacked? Or using strcat function?
Posts: 178
Threads: 17
Joined: Apr 2010
Reputation:
0
ShowPlayerDialog(playerid,1000,DIALOG_STYLE_MSGBOX ,"Info","All your string");
Posts: 43
Threads: 10
Joined: Feb 2012
Reputation:
0
Didn't you see that I said that I can't just type it on one line? So your option isn't valid.
Posts: 40
Threads: 6
Joined: Apr 2012
Reputation:
0
Use "\n" between the lines, like, 30 characters per line.