[Ajuda] Warning indesejado...
#1

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);
Reply
#2

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);
Reply
#3

nгo mudo nada cara continua os warnings '-'
Reply
#4

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)