warning 219: local variable "s" 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 "s" shadows a variable at a preceding level (
/showthread.php?tid=493109)
warning 219: local variable "s" shadows a variable at a preceding level -
alishvasis - 07.02.2014
-----
Re: warning 219: local variable "s" shadows a variable at a preceding level -
CoaPsyFactor - 07.02.2014
that means you defined variable "s" 2 or more times in one function, or you defined it out of any function and than again in some function
Re: warning 219: local variable "s" shadows a variable at a preceding level -
alishvasis - 07.02.2014
Quote:
Originally Posted by CoaPsyFactor
that means you defined variable "s" 2 or more times in one function, or you defined it out of any function and than again in some function
|
Tnxxx