Posts: 723
Threads: 366
Joined: Jun 2016
Hi,
I get error 075: input line too long (after substitutions)
But error line is end of my gamemode, so know i can know where is line too long?
Posts: 220
Threads: 28
Joined: Aug 2015
Reputation:
0
Use strcat, take your long message from tha string "bla bla bla"
And use strcat (string "bla");
strcat (string, "bla2");
Posts: 723
Threads: 366
Joined: Jun 2016
Yes i know.. But i don't know where is input line too long..
Posts: 723
Threads: 366
Joined: Jun 2016
So why i create this topic, line is in end of my gamemode there is everything ok.
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
How do you expect us to help you without seeing your code? This could be a number of different issues.