input line too long - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: input line too long (
/showthread.php?tid=620026)
input line too long -
MerryDeer - 25.10.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?
Re: input line too long -
Mister0 - 25.10.2016
Use strcat, take your long message from tha string "bla bla bla"
And use strcat (string "bla");
strcat (string, "bla2");
Re: input line too long -
MerryDeer - 25.10.2016
Yes i know.. But i don't know where is input line too long..
Re: input line too long -
Mister0 - 25.10.2016
Quote:
Originally Posted by MerryDeer
Yes i know.. But i don't know where is input line too long..
|
Post the all error mesaage
It say a number before error and that is the line you go there with ctrl + g
Re: input line too long -
MerryDeer - 25.10.2016
So why i create this topic, line is in end of my gamemode there is everything ok.
Re: input line too long -
Threshold - 25.10.2016
How do you expect us to help you without seeing your code? This could be a number of different issues.