SA-MP Forums Archive
YSI error - 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: YSI error (/showthread.php?tid=538852)



YSI error - ZaBraNjeNi - 24.09.2014

Код:
C:\Documents and Settings\2012\My Documents\samp03z_svr_R1-2_win32\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc(527) : warning 219: local variable "time" shadows a variable at a preceding level
C:\Documents and Settings\2012\My Documents\samp03z_svr_R1-2_win32\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc(532) : warning 219: local variable "time" shadows a variable at a preceding level
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
Any ideas?


Re: YSI error - Stinged - 24.09.2014

You have a public variable called "time" in your script.
Change it to something else. (Example: "gTime")


Re: YSI error - ZaBraNjeNi - 24.09.2014

Thanks, it work.