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



Warning tag mismatch - FabioGTP - 29.01.2015

Ele da warning
pawn Код:
return SendClientMessage(playerid, -1,"Vocк nгo tem permissгo");
aqui nesta linha


Re: Warning tag mismatch - FabioGTP - 29.01.2015

pawn Код:
if(PlayerInfo[playerid][pAdministrador] < 1)
        return SendClientMessage(playerid, -1,"Vocк nгo tem permissгo");



Re: Warning tag mismatch - ZeZin - 29.01.2015

if(PlayerInfo[playerid][pAdministrador] < 1) return SendClientMessage(playerid, -1, "Vocк nгo tem permissгo");


Re: Warning tag mismatch - JkS - 29.01.2015

------------------------------


Re: Warning tag mismatch - FabioGTP - 29.01.2015

n funcinou


Re: Warning tag mismatch - FabioGTP - 03.02.2015

ALGUЙM AJUDA?


Re: Warning tag mismatch - JkS - 03.02.2015

---------------


Re: Warning tag mismatch - FabioGTP - 03.02.2015

й cego й? vc ajudou acima que nгo funcionou,
PlayerInfo[playerid][pAdministrador]


Re: Warning tag mismatch - Learning - 03.02.2015

Se nгo ta funcionando mude pro tradicional
pawn Код:
if(PlayerInfo[playerid][pAdministrador] < 1)
{
SendClientMessage(playerid, -1,"Vocк nгo tem permissгo");
return 1;
}



Re: Warning tag mismatch - ipsLuan - 03.02.2015

Posta o comando todo, e mais fбcil.