[Ajuda] 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] Tag Mismatch (
/showthread.php?tid=408567)
Tag Mismatch -
DiReCt hIt - 18.01.2013
Bem, galera, apareceu essas warnings, no meu gm, depois que eu adicionei umas textdraw's, "tag mismatch" .
Pelo que eu vi, o cуdigo estб correto , mais..
pawn Код:
C:\Users\xx\xx\xxx\gamemodes\BCF.pwn(739) : warning 213: tag mismatch
C:\Users\xxx\xxx\xxxxx\gamemodes\BCF.pwn(740) : warning 213: tag mismatch
C:\Users\xxxx\xxxx\xxxxx\gamemodes\BCF.pwn(741) : warning 213: tag mismatch
C:\Users\xxx\xxx\xxxxxx\gamemodes\BCF.pwn(742) : warning 213: tag mismatch
C:\Users\xxx\xxxxx\xxxxxxx\gamemodes\BCF.pwn(743) : warning 213: tag mismatch
C:\Users\xxxxx\xxxx\xxxxxxxx\gamemodes\BCF.pwn(744) : warning 213: tag mismatch
C:\Users\xxxxx\xxxx\xxxxxxxx\gamemodes\BCF.pwn(745) : warning 213: tag mismatch
Linhas:
pawn Код:
TDSelecaoDeSkin = TextDrawCreate(152.000000, 333.000000, " asdasde");
TextDrawBackgroundColor(TDSelecaoDeSkin, 255);
TextDrawFont(TDSelecaoDeSkin, 2);
TextDrawLetterSize(TDSelecaoDeSkin, 0.500000, 2.799999);
TextDrawColor(TDSelecaoDeSkin, -1);
TextDrawSetOutline(TDSelecaoDeSkin, 1);
TextDrawSetProportional(TDSelecaoDeSkin, 1);
Re: Tag Mismatch -
AlucardSnow - 18.01.2013
Fail!
Mano pode ser as includes igual ele falo abaixo.
Re: Tag Mismatch -
arakuta - 18.01.2013
Pode ser da suas includes...
Pois os codigos entгo corretos.
Re: Tag Mismatch -
DiReCt hIt - 18.01.2013
Quote:
Originally Posted by AlucardSnow
TDSelecaoDeSkin = TextDrawCreate(152.000000, 333.000000, " - Escolha sua gang -");
troque !
TDSelecaoDeSkin = TextDrawCreate(152.000000, 333.000000, "- Escolha sua gang -");
|
Nada a ver cara , rs .
@Arakuta: o mais provavel, й isso, porquк, esta correto !
Re: Tag Mismatch -
arakuta - 18.01.2013
Aqui compilou sem problemas... Da uma olhada nas suas includes...
Re: Tag Mismatch -
FeelLikeASir_ - 18.01.2013
Cheiro de Tag obrigatуria faltando..
Provavelmente estб: new TDSelecaoDeSkin;
mude para new
Text:TDSelecaoDeSkin;
Re: Tag Mismatch -
arakuta - 18.01.2013
Quote:
Originally Posted by FeelLikeASir_
Cheiro de Tag obrigatуria faltando..
Provavelmente estб: new TDSelecaoDeSkin;
mude para new Text:TDSelecaoDeSkin;
|
Pode ser :P
Re: Tag Mismatch -
DiReCt hIt - 18.01.2013
Quote:
Originally Posted by FeelLikeASir_
Cheiro de Tag obrigatуria faltando..
Provavelmente estб: new TDSelecaoDeSkin;
mude para new Text:TDSelecaoDeSkin;
|
й nгo , tб correto .
Sу pode ser include, sem explicaзхes .