SA-MP Forums Archive
GM Compiling Warnings - 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: GM Compiling Warnings (/showthread.php?tid=515470)



GM Compiling Warnings - Pboachie - 26.05.2014

Код:
C:\Users\Admin\Desktop\samp03z_svr_R1_win32\pawno\include\YSI\y_va/impl.inc(568) : warning 219: local variable "time" shadows a variable at a preceding level
C:\Users\Admin\Desktop\samp03z_svr_R1_win32\pawno\include\YSI\y_va/impl.inc(573) : warning 219: local variable "time" shadows a variable at a preceding level
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
I am not quite sure what is wrong with it but everytime i compile, I get these. My GM works but this gets annoying.


Re: GM Compiling Warnings - NaClchemistryK - 26.05.2014

change the variable name and it wil be fixed


Re: GM Compiling Warnings - amirab - 26.05.2014

this means you set 'time' as a var in your script change it to another one because YSI is using that


Re: GM Compiling Warnings - Pboachie - 26.05.2014

Thank you guys so much! +1