fatal error 107: too many error messages on one line - 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: fatal error 107: too many error messages on one line (
/showthread.php?tid=547878)
fatal error 107: too many error messages on one line -
Desert3142 - 25.11.2014
How i solve it ?
(11885) : error 017: undefined symbol "maxobj"
(11886) : error 017: undefined symbol "ObjCoords"
(11886) : error 036: empty statement
(11886) : error 017: undefined symbol "a"
(11886) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
pawn Код:
11885: new f = maxobj+1;
11886: for(new a = 0; a < sizeof(ObjCoords); a++)
Re: fatal error 107: too many error messages on one line -
AnthonyTimmers - 25.11.2014
Define maxobj and ObjCoords first and post your results
Re : fatal error 107: too many error messages on one line -
Dutheil - 25.11.2014
Please rend these posts :
https://sampforum.blast.hk/showthread.php?tid=317336
https://sampforum.blast.hk/showthread.php?tid=274028
Re: fatal error 107: too many error messages on one line -
Desert3142 - 27.11.2014
Solved! Deleted my old script and i downloaded new dropgun filterscript 1.3!