[Help] error 075: input line too long
#9

You can use strcat to join the 2 strings together. So if you have a large line, you can use

pawn Код:
new string[256];
format(string, sizeof(string), "First\nSecond\nThird\nAlotmoreorsomethin");
strcat(string, "\nHere comes some more\nand more");
strcat(string, "\nEven more comin yeh");
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Some Dialog", string, "ok", "cancel");
That should remove the error
Reply


Messages In This Thread
[Help] error 075: input line too long - by SweetsBrunsk - 19.03.2013, 08:33
Re: [Help] error 075: input line too long - by FiReMaNStone - 19.03.2013, 08:35
Re: [Help] error 075: input line too long - by SweetsBrunsk - 19.03.2013, 08:40
Re: [Help] error 075: input line too long - by FiReMaNStone - 19.03.2013, 08:43
Re: [Help] error 075: input line too long - by SweetsBrunsk - 19.03.2013, 08:44
Re: [Help] error 075: input line too long - by FiReMaNStone - 19.03.2013, 08:45
Re: [Help] error 075: input line too long - by SweetsBrunsk - 19.03.2013, 08:48
Re: [Help] error 075: input line too long - by Denying - 19.03.2013, 09:05
Re: [Help] error 075: input line too long - by [ABK]Antonio - 19.03.2013, 22:18

Forum Jump:


Users browsing this thread: 2 Guest(s)