[Ajuda] AJUDA! warning 213: tag mismatch
#1

LINHA QUE O WARNING APARECE!!!

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

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

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];
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)