SA-MP Forums Archive
error 075: input line too long (after substitutions) - 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: error 075: input line too long (after substitutions) (/showthread.php?tid=373500)



error 075: input line too long (after substitutions) - Mado - 30.08.2012

I get these error messages, first line is for this function:

pawn Код:
StopLoopingAnimation(playerid)
{
    ApplyAnimation(playerid, "CARRY", "crry_prtial", 4.0, 0, 0, 0, 0, 0);
    return 1;
}
And the other errors are from lines that don't even exist...


Re: error 075: input line too long (after substitutions) - Roko_foko - 30.08.2012

what errors?
EDIT: Didn't see the title


Re: error 075: input line too long (after substitutions) - ThePrograme - 30.08.2012

well it means that the line is too long makeit shorter +rep if it helpped


Re: error 075: input line too long (after substitutions) - HuSs3n - 30.08.2012

i dont think that this is the error line , because this line is already short


Re: error 075: input line too long (after substitutions) - ThePrograme - 30.08.2012

yea i think that too but one of the lines must be long


Re: error 075: input line too long (after substitutions) - Mado - 31.08.2012

How do I figure out which line is too long, as the error messages aren't that clear, since they appoint non-existing lines.


Re: error 075: input line too long (after substitutions) - Deal-or-die - 31.08.2012

Are you sure the lines the error is stating are non-existing? Doesn't seem to make sense unless you haven't closed something but even then you would get a lot more errors than that.


Re: error 075: input line too long (after substitutions) - playbox12 - 31.08.2012

Show the five lines above that function.

And show all your errors. Just adding to that, in my time I've never had an error on a non existing line.