SA-MP Forums Archive
error 021: symbol already defined [BUG!!!!!!] - 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: error 021: symbol already defined [BUG!!!!!!] (/showthread.php?tid=538544)



error 021: symbol already defined [BUG!!!!!!] - FloxX - 22.09.2014

Why If I Compile I get this error
../include/gl_common.inc(80) : error 021: symbol already defined: "strtok"
../include/gl_common.inc(139) : error 021: symbol already defined: "isNumeric"

line 80:
#define LEVEL_25 7842

line 139:
#define LEVEL_84 2951373

look?? o.O its idiot man ?
my include
#include <a_samp>
#include <streamer>
#include <YSF>
#include <zcmd>
#include <Dini>
#include <Dutils>
#include <Dudb>

Thanks Before


Re: error 021: symbol already defined [BUG!!!!!!] - Manyula - 22.09.2014

Strtok and isNumeric are already defined, what's the problem here? You have those two stock functions implemented twice in your script.


Re: error 021: symbol already defined [BUG!!!!!!] - FloxX - 22.09.2014

Done I Forgot for coding my GM