05.02.2010, 19:20
Hi i have this problem... I wanted to make a box with many informations... It works but if it became longer and longer than i get this error:
error 075: input line too long (after substitutions)
error 037: invalid string (possibly non-terminated string)
What can i do against that?
I made it like
new text[1024];
format(text,....., "My long text"
ShowPlayerDialog.... text
But it says everytime long...
error 075: input line too long (after substitutions)
error 037: invalid string (possibly non-terminated string)
What can i do against that?
I made it like
new text[1024];
format(text,....., "My long text"
ShowPlayerDialog.... text
But it says everytime long...