03.01.2014, 20:40
So I Have Been Trying to Make A "givemoney" command in zcmd and sscanf2 and I Keep getting this error
I Cant Seem To Find A Way To Solve This.
The Lines
( 199 )
( There Is No 305 )
( There Is No 365 )
( 288 )
Any Help is Appreciated!
Код:
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.
The Lines
( 199 )
Код:
}
( There Is No 365 )
( 288 )
Код:
new forplayername[24], forplayerid, amount, string[128];