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



[AJUDA]Warning 213: tag mismatch - @Riichard - 22.02.2012

Estou com esses Warnings,Ja tentei de tudos os tutoriais e nada.
Warnings :
Код:
C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(156) : warning 213: tag mismatch
C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(157) : warning 213: tag mismatch
C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(158) : warning 213: tag mismatch
C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(159) : warning 213: tag mismatch
C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(160) : warning 213: tag mismatch
C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(161) : warning 213: tag mismatch
C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(162) : warning 213: tag mismatch
C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(163) : warning 213: tag mismatch
C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(360) : warning 213: tag mismatch
Quero Tira-los , mais nгo consegui.

Linhas :
Код:
//------------------------------------------------------------------------------------------------------
textdrawbyown= TextDrawCreate(1.0, 97.0, "                                                                                ~w~SDS ~r~CLAN");
TextDrawBackgroundColor(textdrawbyown,0x000000ff);
TextDrawFont(textdrawbyown,2);
TextDrawBoxColor(textdrawbyown,0x00000050);
TextDrawColor(textdrawbyown,0xffffffff);
TextDrawSetOutline(textdrawbyown,1);
TextDrawSetProportional(textdrawbyown,1);
TextDrawSetShadow(textdrawbyown,1);
//------------------------------------------------------------------------------------------------------
E :
Код:
TextDrawShowForPlayer(playerid, textdrawbyown);
Ajuda Eu (:

+rep'



Re: [AJUDA]Warning 213: tag mismatch - iHaswell - 22.02.2012

Ve se o textdraw create ta em OnGameModeInt


Re: [AJUDA]Warning 213: tag mismatch - @Riichard - 22.02.2012

Quote:
Originally Posted by iHaswell
Посмотреть сообщение
Ve se o textdraw create ta em OnGameModeInt
Estб sim.

So a Linha 360
Код:
TextDrawShowForPlayer(playerid, textdrawbyown);
Estб no OnPlayerConnect


Re: [AJUDA]Warning 213: tag mismatch - kinhobryant - 22.02.2012

Cria uma forward


Re: [AJUDA]Warning 213: tag mismatch - iHaswell - 22.02.2012

as veses o pawno acusa o erro na linha errada poste algumas linhas acima disso e abaixo


Re: [AJUDA]Warning 213: tag mismatch - @Riichard - 22.02.2012

Quote:
Originally Posted by iHaswell
Посмотреть сообщение
as veses o pawno acusa o erro na linha errada poste algumas linhas acima disso e abaixo
Em Cima,Existe outro TextDraw.
Em Baixo Tem :
Код:
	for(new i; i < MAX_PLAYERS; i ++)
    {
        if(IsPlayerConnected(i))
        {
            TextDrawShowForPlayer(i, Textdrawdebaixodoradar);
        }
    }



Re: [AJUDA]Warning 213: tag mismatch - iHaswell - 22.02.2012

ve se os parametros do textdraw acima que voce falou nao esta faltando alguma virgula ou um ;
=)


Re: [AJUDA]Warning 213: tag mismatch - humildadeforever - 22.02.2012

Aparentemente nгo tem nada errado, verifique as outras linhas, аs vezes o pawno acusa erros em umas linhas, mas na verdade й em outras... Da uma olhada :S


Re: [AJUDA]Warning 213: tag mismatch - Delete_ - 22.02.2012

Quote:

textdrawbyown= TextDrawCreate(1.0, 97.0, " ~w~SDS ~r~CLAN");
TextDrawBackgroundColor(textdrawbyown,0x000000ff);
TextDrawFont(textdrawbyown,2);
TextDrawBoxColor(textdrawbyown,0x00000050);
TextDrawColor(textdrawbyown,0xffffffff);
TextDrawSetOutline(textdrawbyown,1);
TextDrawSetProportional(textdrawbyown,1);
TextDrawSetShadow(textdrawbyown,1);

Muda o textdrawbyown para outro nome de preferencia com numeros dentro.