Error ..... - 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 ..... (
/showthread.php?tid=212117)
Error ..... -
Rock18 - 16.01.2011
When i try to recompile my gm i get this errors :
Код:
../include/gl_common.inc(80) : error 021: symbol already defined: "strtok"
../include/gl_common.inc(95) : error 047: array sizes do not match, or destination array is too small
../include/gl_common.inc(139) : error 021: symbol already defined: "isNumeric"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
Line 80
Код:
#define COLOR_GREY 0xAFAFAFAA
Line 95
Код:
#define PINK 0xFF66FFAA
Line 139
I've tryed to redownload gl_common.inc and put in includes folder but same problem ...
Re: Error ..... -
Franck_ - 16.01.2011
Probably the
gl_common.inc gots the
strtok and the
IsNumeric. Remove those 2 if you got them in your script.
Re: Error ..... -
jamesbond007 - 16.01.2011
or remove gl_common.inc from the top of the script