[SOLVED] 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: [SOLVED] Already Defined? (
/showthread.php?tid=97681)
[SOLVED] Already Defined? -
Mike Garber - 15.09.2009
-.pwn(27) : error 021: symbol already defined: "SetTimer"
It's weird, because It's never used anywhere else. :S
What could be the problem?
Re: Already Defined? -
Hiitch - 15.09.2009
Are you sure you don't have anything that is named " new SetTimer " ?
or maybe " #define SetTimer " ?
Re: Already Defined? -
Mike Garber - 15.09.2009
Solved, I didn't put it under OnGameModeInit xD