SA-MP Forums Archive
1 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: 1 Warning (/showthread.php?tid=397316)



1 Warning - RenovanZ - 04.12.2012

Help, how to fix this warning ?
Код:
C:\Users\ariefkyano\Desktop\Test RP\gamemodes\Respect4.pwn(78557) : warning 219: local variable "string" shadows a variable at a preceding level
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warnings.
Error:
pawn Код:
new string[256];



Re: 1 Warning - Konstantinos - 04.12.2012

You have already defined that variable above. Delete it or just rename it.