SA-MP Forums Archive
local variable - 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: local variable (/showthread.php?tid=582411)



local variable - RedRo - 20.07.2015

http://pastebin.com/YQgHGE7R

Код:
C:\Users\Red\Desktop\target\pawno\include\YSI\y_amx.inc(125) : warning 219: local variable "b1" shadows a variable at a preceding level
C:\Users\Red\Desktop\target\pawno\include\YSI\y_amx.inc(125) : warning 219: local variable "b2" shadows a variable at a preceding level
C:\Users\Red\Desktop\target\pawno\include\YSI\y_amx.inc(125) : warning 219: local variable "b3" shadows a variable at a preceding level
i want to compile this https://sampforum.blast.hk/showthread.php?tid=379903
but i have that errors.


Re: local variable - xVIP3Rx - 20.07.2015

try to change "b1", "b2", "b3" to different names..

EDIT:This error means that they're two variables with the same name, try to change one..


Re: local variable - RedRo - 20.07.2015

what?
eit: thx. worked