SA-MP Forums Archive
Sublime text y_scripting.inc warning - 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: Sublime text y_scripting.inc warning (/showthread.php?tid=665659)



Sublime text y_scripting.inc warning - Yukie - 12.04.2019

Hello guys.. I downloaded a Sublime text 3 few days ago and I tried to use it today but I got this warning..
Code:
C:\Users\samp\Desktop\pawno 0.3DL\pawno\include\YSI\y_scripting.inc(86) : warning 219: local variable "addr" shadows a variable at a preceding level
C:\Users\samp\Desktop\pawno 0.3DL\pawno\include\YSI\y_scripting.inc(109) : warning 219: local variable "addr" shadows a variable at a preceding level
C:\Users\samp\Desktop\pawno 0.3DL\pawno\include\YSI\y_scripting.inc(299) : warning 219: local variable "addr" shadows a variable at a preceding level
+rep if someone can solved my problem.. thanks...


Re: Sublime text y_scripting.inc warning - khRamin78 - 12.04.2019

well it shows you the problem it self !

you probbebly messing with local and global vars and defining new addr many places ! just check the lines that shows warning ! and change them