Already defined? - 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: Already defined? (
/showthread.php?tid=127362)
Already defined? -
biltong - 13.02.2010
I did
pawn Код:
#include "../includes/gl_common"
in my script and since I added one command, I'm getting errors saying strtok and isNumeric are already defined. WTF? I had zero issues before the command, and I didnt include anything else.
Re: Already defined? -
[HiC]TheKiller - 13.02.2010
Delete those functions out of your script.
Re: Already defined? -
biltong - 13.02.2010
Nevermind, fixed it, ladmin included dutils which defines those -.-