sscanf2 Warning 219
#1

So I Have Been Trying to Make A "givemoney" command in zcmd and sscanf2 and I Keep getting this error

Код:
C:\Users\Bremt\Desktop\Games\Scripting\pawno\include\sscanf2.inc(199) : warning 219: local variable "name" shadows a variable at a preceding level
C:\Users\Brent\Desktop\Games\Scripting\pawno\include\sscanf2.inc(305) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Brent\Desktop\Games\Scripting\pawno\include\sscanf2.inc(305) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Brent\Desktop\Games\Scripting\pawno\include\sscanf2.inc(365) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Brent\Desktop\Games\Scripting\pawno\include\sscanf2.inc(365) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Brent\Desktop\Games\Scripting\gamemodes\KobeLearner.pwn(288) : warning 219: local variable "string" shadows a variable at a preceding level
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Warnings.
I Cant Seem To Find A Way To Solve This.

The Lines

( 199 )
Код:
	}
( There Is No 305 )
( There Is No 365 )
( 288 )
Код:
new forplayername[24], forplayerid, amount, string[128];
Any Help is Appreciated!
Reply


Messages In This Thread
sscanf2 Warning 219 - by Brentbad04 - 03.01.2014, 20:40
AW: sscanf2 Warning 219 - by CutX - 03.01.2014, 20:43
Re: sscanf2 Warning 219 - by Brentbad04 - 03.01.2014, 21:03
Re: sscanf2 Warning 219 - by Brentbad04 - 03.01.2014, 21:17
Re: sscanf2 Warning 219 - by Brentbad04 - 03.01.2014, 21:26

Forum Jump:


Users browsing this thread: 1 Guest(s)