SA-MP Forums Archive
[Ajuda] AJUDA! warning 213: tag mismatch - 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] AJUDA! warning 213: tag mismatch (/showthread.php?tid=515395)



AJUDA! warning 213: tag mismatch - best95 - 25.05.2014

LINHA QUE O WARNING APARECE!!!

if(IrOff[playerid] == true)return SendClientMessage (playerid, Vermelho, "{6495ED}(Info){A9A9A9}: O Goto deste jogador estб bloqueado.");


Re: AJUDA! warning 213: tag mismatch - DiiMeNoR - 25.05.2014

Nem sempre a linha que o compilador mostra й a linha do erros, poste algumas linhas acima e abaixo da linha indicada.


Re: AJUDA! warning 213: tag mismatch - MultiKill - 25.05.2014

Pode dar warning se ele criou:
pawn Код:
new IrOff[MAX_PLAYERS];
// E estiver usando assim:
if(IrOff[playerid] == true)
Verifique se vocк criou bool:IrOff[MAX_PLAYERS]; e nгo new IrOff[MAX_PLAYERS];


Re: AJUDA! warning 213: tag mismatch - DiiMeNoR - 25.05.2014

Caso tenha criado new sу trocar true pelo numero 1.