SA-MP Forums Archive
*** Terrible Title Removed - 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: *** Terrible Title Removed (/showthread.php?tid=387184)



*** Terrible Title Removed - Wonderweiss - 23.10.2012

Код:
C:\Users\Bojan\Desktop\THE SERVER\LVDM\gamemodes\lvdm.pwn(412) : warning 219: local variable "Run" shadows a variable at a preceding level
C:\Users\Bojan\Desktop\THE SERVER\LVDM\gamemodes\lvdm.pwn(413) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Bojan\Desktop\THE SERVER\LVDM\gamemodes\lvdm.pwn(412) : warning 204: symbol is assigned a value that is never used: "Run"
C:\Users\Bojan\Desktop\THE SERVER\LVDM\gamemodes\lvdm.pwn(430) : warning 219: local variable "string" shadows a variable at a preceding level
i got these errors how do i fix them
line 412:
Код:
new Run = 0;
line 413:
Код:
new string[55];
line 430:
Код:
new string[35];



Re: errors help - Wonderweiss - 23.10.2012

someone pls


Re: errors help - The God - 23.10.2012

its not a error its a warning, it is still available for compiling and the server will work. sorry i dont know how to totally fix this.