25.07.2013, 14:27
Hello guys.. I have noticed that when I use The DINI Include in my GAMEMODE , it gives me the following errors+warnings.
And when using it in a filterscript , everything is working...What's wrong?
pawn Код:
E:\GTA SAMP\VSM Company\VSM GL\pawno\include\gl_common.inc(75) : error 021: symbol already defined: "strtok"
E:\GTA SAMP\VSM Company\VSM GL\pawno\include\gl_common.inc(90) : error 047: array sizes do not match, or destination array is too small
E:\GTA SAMP\VSM Company\VSM GL\pawno\include\gl_common.inc(134) : error 021: symbol already defined: "isNumeric"
E:\GTA SAMP\VSM Company\VSM GL\gamemodes\VSMGL.pwn(270) : error 021: symbol already defined: "Time"
E:\GTA SAMP\VSM Company\VSM GL\gamemodes\VSMGL.pwn(4515) : error 076: syntax error in the expression, or invalid function call
E:\GTA SAMP\VSM Company\VSM GL\gamemodes\VSMGL.pwn(4516) : error 076: syntax error in the expression, or invalid function call
E:\GTA SAMP\VSM Company\VSM GL\gamemodes\VSMGL.pwn(4517) : error 076: syntax error in the expression, or invalid function call
E:\GTA SAMP\VSM Company\VSM GL\gamemodes\VSMGL.pwn(4518) : error 076: syntax error in the expression, or invalid function call
E:\GTA SAMP\VSM Company\VSM GL\gamemodes\VSMGL.pwn(5625) : error 076: syntax error in the expression, or invalid function call
E:\GTA SAMP\VSM Company\VSM GL\gamemodes\VSMGL.pwn(5636) : error 076: syntax error in the expression, or invalid function call
E:\GTA SAMP\VSM Company\VSM GL\gamemodes\VSMGL.pwn(8992) : error 076: syntax error in the expression, or invalid function call
E:\GTA SAMP\VSM Company\VSM GL\gamemodes\VSMGL.pwn(9928) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
11 Errors.


