boa tarde alguem poderia me ajudar com essas Warnings?
eu ja tentei remover as new pensei que esta repetida e deu um monte erro o que posso fazer para sair esses warnings?
codigos:
linha 17483:
linha 17520:
linha 17528:
linha 17590:
linha 76638:
por favor se alguem puder me ajudar eu nao sei o que fazer
PHP Code:
C:\Users\igorm\Desktop\Play\gamemodes\BRF.pwn(17483) : warning 219: local variable "NomePlayer" shadows a variable at a preceding level
C:\Users\igorm\Desktop\Play\gamemodes\BRF.pwn(17520) : warning 219: local variable "NomePlayer" shadows a variable at a preceding level
C:\Users\igorm\Desktop\Play\gamemodes\BRF.pwn(17528) : warning 219: local variable "NomePlayer" shadows a variable at a preceding level
C:\Users\igorm\Desktop\Play\gamemodes\BRF.pwn(17590) : warning 219: local variable "NomePlayer" shadows a variable at a preceding level
C:\Users\igorm\Desktop\Play\gamemodes\BRF.pwn(76638) : warning 219: local variable "NomePlayer" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Warnings.
codigos:
linha 17483:
PHP Code:
new NomePlayer[MAX_PLAYER_NAME];
PHP Code:
new NomePlayer[MAX_PLAYER_NAME], NomeKiller[MAX_PLAYER_NAME];
PHP Code:
new NomePlayer[MAX_PLAYER_NAME], NomeKiller[MAX_PLAYER_NAME],ArmaTeste[32];
PHP Code:
new NomePlayer[MAX_PLAYER_NAME], NomeKiller[MAX_PLAYER_NAME];
PHP Code:
new NomePlayer[MAX_PLAYER_NAME];