SA-MP Forums Archive
[ERROR] Include - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [ERROR] Include (/showthread.php?tid=108271)



[ERROR] Include - •CryWolf• - 13.11.2009

pawn Код:
pawno\include\MainInclude.inc(0) : error 075: input line too long (after substitutions)
Line:
pawn Код:
//==============================================
I Have 26 errors like this, 26 lines!




Re: [ERROR] Include - FlatMaN - 13.11.2009

its easy
delete this line xD


Re: [ERROR] Include - MPKaboose - 13.11.2009

Quote:
Originally Posted by FlatMaN
its easy
delete this line xD
leaving it or removing it is the same stuff since the compiler ignores anything in the line after the //


Re: [ERROR] Include - thimo - 13.11.2009

omg just delete that line than


Re: [ERROR] Include - •CryWolf• - 13.11.2009

Thanks,
I've solved this error.

BUT I'm having a new error -_-, in the gamemode.

Line:
pawn Код:
cmd = strtok(cmdtext,idx);
Error:
Код:
array sizes do not match, or destination array is too small
I think this error means that I have a low string in my scripts that does not match, so can I make it bigger.
but what this line is related to the error ?



Re: [ERROR] Include - •CryWolf• - 15.11.2009

Someone?