SA-MP Forums Archive
[Ajuda] 3 Warnings - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] 3 Warnings (/showthread.php?tid=265290)



[Ajuda] 3 Warnings - Tymer - 30.06.2011

Meu GM Tem 3 Warnings Que Eu Nгo Consiguo Tirar.

Quote:

C:\Users\Alexandre\Documents\Biblioteca\Alex\GTA San Andreas Multy E Singleplayer\GTA Samp\Servidor\Server Main File 3\pawno\include\dini.inc(239) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Alexandre\Documents\Biblioteca\Alex\GTA San Andreas Multy E Singleplayer\GTA Samp\Servidor\Server Main File 3\gamemodes\RPG.pwn(102) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Alexandre\Documents\Biblioteca\Alex\GTA San Andreas Multy E Singleplayer\GTA Samp\Servidor\Server Main File 3\gamemodes\RPG.pwn(376) : warning 219: local variable "string" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Warnings.

Linhas:
Quote:

Linha 239 || printf("[Chat] [Grito] [%s] %s", sendername, result);
Linha 102 || new string[124];
Linha 376 || new string[124];

Ajuda PF.

Vlw


Re: [Ajuda] 3 Warnings - Chefгo - 30.06.2011

tenta deleta new string[124];
e ve como fica


Re: [Ajuda] 3 Warnings - Tymer - 30.06.2011

Quote:
Originally Posted by Chefгo
Посмотреть сообщение
tenta deleta new string[124];
e ve como fica
Vlw, Agora JA So Tem 1 Warning:


C:\Users\Alexandre\Documents\Biblioteca\Alex\GTA San Andreas Multy E Singleplayer\GTA Samp\Servidor\Server Main File 3\pawno\include\dini.inc(239) : warning 219: local variable "string" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

Linha: printf("[Chat] [Grito] [%s] %s", sendername, result);


Re: [Ajuda] 3 Warnings - Dark.Angel - 30.06.2011

Se vocк nгo deleto as 2 'new string[124]' delete ai....


Re: [Ajuda] 3 Warnings - Ricop522 - 30.06.2011

Sу deletar a outra new string[124];


Re: [Ajuda] 3 Warnings - Tymer - 02.07.2011

Ok, Mais Nгo Tem Mais string[124];

O.o