SA-MP Forums Archive
[Ajuda] Warning indesejado... - 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] Warning indesejado... (/showthread.php?tid=381157)



Warning indesejado... - hard_dalzot - 28.09.2012

Bom galera venho aqui para tentar resolver minha dъvida '-'
Код:
D:\AMS DM\gamemodes\AMS.pwn(126) : warning 213: tag mismatch
D:\AMS DM\gamemodes\AMS.pwn(127) : warning 213: tag mismatch
D:\AMS DM\gamemodes\AMS.pwn(1653) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Warnings.
Aqui as linhas
pawn Код:
//linhas  125 126 127 128
new Text:OrgText[2][64] = {
""CorTerrorista"TERRORISTA",
""CorExercito"EXЙRCITO"
};

//linha 1653
MensagemP(i, GetPlayerColor(playerid), ""Branco"[CHAT %s"Branco"] %s: %s!", OrgText[Org[playerid]], Nome(playerid), text);



Re: Warning indesejado... - Q.I - 28.09.2012

pawn Код:
//o certo e :

new Text:OrgText[2][64] =
{
   "",
   "",
   ""

};
pawn Код:
MensagemP(i, GetPlayerColor(playerid), "Branco"[CHAT %s"Branco"] %s: %s!", OrgText[Org[playerid]], Nome(playerid), text);



Re: Warning indesejado... - hard_dalzot - 28.09.2012

nгo mudo nada cara continua os warnings '-'


Re: Warning indesejado... - Don_Speed - 28.09.2012

Ja tento assim
pawn Код:
MensagemP(i, -1, "[CHAT %s"Branco"] %s: %s!", OrgText[Org[playerid]], Nome(playerid), text);



Re: Warning indesejado... - hard_dalzot - 28.09.2012

eu descobri o erro kkkkkkkkk estava usando
pawn Код:
new Text:OrgText...
ao invйs de
pawn Код:
new OrgText...
agora ja paro kkkkk erro bobo