SA-MP Forums Archive
junkbuster problem - 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: junkbuster problem (/showthread.php?tid=146527)



junkbuster problem - NiiRV4N4 - 07.05.2010

can anyone tell me why all of a suddenly junkbuster is giving me all of these errors?
Code:
C:\Documents and Settings\Family\Desktop\Script uptodate\pawno\include\JunkBuster.inc(1242) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Family\Desktop\Script uptodate\pawno\include\JunkBuster.inc(1764) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Family\Desktop\Script uptodate\pawno\include\JunkBuster.inc(1792) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Family\Desktop\Script uptodate\pawno\include\JunkBuster.inc(1820) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Family\Desktop\Script uptodate\pawno\include\JunkBuster.inc(1842) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Family\Desktop\Script uptodate\pawno\include\JunkBuster.inc(1937) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Family\Desktop\Script uptodate\pawno\include\JunkBuster.inc(1959) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Family\Desktop\Script uptodate\pawno\include\JunkBuster.inc(2116) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Family\Desktop\Script uptodate\pawno\include\JunkBuster.inc(2143) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Family\Desktop\Script uptodate\pawno\include\JunkBuster.inc(2181) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Family\Desktop\Script uptodate\pawno\include\JunkBuster.inc(2204) : warning 219: local variable "f" shadows a variable at a preceding level
C:\DOCUME~1\Family\Desktop\SCRIPT~1\sagc.pwn(10620) : error 017: undefined symbol "f"
C:\DOCUME~1\Family\Desktop\SCRIPT~1\sagc.pwn(10623) : error 017: undefined symbol "COLOR"
C:\DOCUME~1\Family\Desktop\SCRIPT~1\sagc.pwn(19475) : warning 219: local variable "f" shadows a variable at a preceding level
C:\DOCUME~1\Family\Desktop\SCRIPT~1\sagc.pwn(19551) : warning 219: local variable "f" shadows a variable at a preceding level
C:\DOCUME~1\Family\Desktop\SCRIPT~1\sagc.pwn(22703) : warning 219: local variable "f" shadows a variable at a preceding level
C:\DOCUME~1\Family\Desktop\SCRIPT~1\sagc.pwn(22775) : warning 219: local variable "f" shadows a variable at a preceding level
C:\DOCUME~1\Family\Desktop\SCRIPT~1\sagc.pwn(22910) : warning 219: local variable "f" shadows a variable at a preceding level
C:\DOCUME~1\Family\Desktop\SCRIPT~1\sagc.pwn(23001) : warning 219: local variable "f" shadows a variable at a preceding level
C:\DOCUME~1\Family\Desktop\SCRIPT~1\sagc.pwn(25560) : warning 203: symbol is never used: "MakeGate"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.



Re: junkbuster problem - NiiRV4N4 - 07.05.2010

wait, i still need help.


Re: junkbuster problem - TheNotorius - 08.05.2010

pawn Code:
C:\DOCUME~1\Family\Desktop\SCRIPT~1\sagc.pwn(10620) : error 017: undefined symbol "f"
C:\DOCUME~1\Family\Desktop\SCRIPT~1\sagc.pwn(10623) : error 017: undefined symbol "COLOR"
On Line 10623 Make sure you Have a color Define In Your Script Somewhere,
As for the f, Maybe you typed it somewhere in the script by accident?


Re: junkbuster problem - NiiRV4N4 - 08.05.2010

Wow, I didn't know it was something I did, but something JunkBuster did.