[AJUDA]Warning 213: tag mismatch
#1

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'
Reply
#2

Ve se o textdraw create ta em OnGameModeInt
Reply
#3

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

Cria uma forward
Reply
#5

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

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

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

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
Reply
#9

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)