[Help] Getting Errors - 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: [Help] Getting Errors (
/showthread.php?tid=552551)
[Help] Getting Errors -
Arxalan - 25.12.2014
Hello , i added #include <dini> and #include <dutils> but after that i am getting errors . I tried to replace the gl_common.inc file with new one but have same thing.
../include/gl_common.inc(80) : error 021: symbol already defined: "strtok"
../include/gl_common.inc(139) : error 021: symbol already defined: "isNumeric"
Re: [Help] Getting Errors -
M4D - 25.12.2014
in your script you have defined "strtok" and "isNumeric" and dini or dutils already have this 2 functions.
remove them from your gamemode or filterscript