SA-MP Forums Archive
What does these errors mean ? - 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: What does these errors mean ? (/showthread.php?tid=87761)



What does these errors mean ? - will_92 - 22.07.2009

what does these error mean and how can i solve them, I know what it means UNDERFINED COLOR_BLUE i want to know how to fix the other tmp things?

C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2037) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2051) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2105) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2114) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2124) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2131) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2143) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2145) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2147) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2149) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2151) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2153) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2156) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2163) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2167) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2172) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2176) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2189) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2192) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(4636) : error 021: symbol already defined: "strtok"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(4651) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(4755) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(4757) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(4759) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(4761) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(4763) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(4765) : error 017: undefined symbol "COLOR_BLUE"
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(4767) : error 017: undefined symbol "COLOR_BLUE"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


18 Errors.




















P.s I know how to solve the undefined COLOUR_BLUE




Re: What does these errors mean ? - MadFlavor - 22.07.2009

u need this

at top of ur script

#define COLOR_BLUE 0x0000BBAA




Re: What does these errors mean ? - will_92 - 22.07.2009

kk i knew about the undefined blue i already said it like twenty times now these errors?


C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(203 : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2052) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2106) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2115) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2125) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2132) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2144) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2164) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2173) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2190) : warning 219: local variable "tmp" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


10 Warnings.



Re: What does these errors mean ? - flowhunter - 22.07.2009

Quote:
Originally Posted by will_92
kk i knew about the undefined blue i already said it like twenty times now these errors?


C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(203 : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2052) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2106) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2115) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2125) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2132) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2144) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2164) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2173) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\GM\SGGW.pwn(2190) : warning 219: local variable "tmp" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


10 Warnings.
This are not errors, this a warnings.
Compile it and have fun, it will still work.
However, you can play with it but it's better to get rid of them.


Re: What does these errors mean ? - will_92 - 22.07.2009

oh , alright i get it BUT . how do i get rid of them