SA-MP Forums Archive
warning 219: local variable "base" shadows a variable at a preceding level - 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: warning 219: local variable "base" shadows a variable at a preceding level (/showthread.php?tid=581776)



warning 219: local variable "base" shadows a variable at a preceding level - AnoTek - 15.07.2015

PHP код:
D:\Servere\pawno\include\YSI\y_amx.inc(391) : warning 219local variable "base" shadows a variable at a preceding level
D
:\Servere\pawno\include\YSI\y_amx.inc(439) : warning 219local variable "base" shadows a variable at a preceding level
D
:\Servere\pawno\include\YSI\y_amx.inc(660) : warning 219local variable "base" shadows a variable at a preceding level 



Re: warning 219: local variable "base" shadows a variable at a preceding level - yeehao98 - 15.07.2015

Did you compile the include?
If yes, then just ignore it as I'm aware that there is no need to compile include.


Re: warning 219: local variable "base" shadows a variable at a preceding level - Darkwood17 - 15.07.2015

Maybe you used this varible somewhere else. Try changing the base variable to something different, like base2 or etc.


Re: warning 219: local variable "base" shadows a variable at a preceding level - AnoTek - 15.07.2015

I solved it i just rename 2 things