[HELP] 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: [HELP] 1 warning (
/showthread.php?tid=309504)
[HELP] 1 warning -
V4at - 07.01.2012
Код:
C:\Documents and Settings\Admin\Desktop\FunZoneLT\gamemodes\FreeRoamLT.pwn(10019) : warning 219: local variable "string" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warnings.
By new string[600];
How to fix that?
Re: [HELP] 1 warning -
Jakku - 07.01.2012
You already have a "string" defined in the same function. And for what do you need that large string?
Re : [HELP] 1 warning -
V4at - 07.01.2012
Thanks