SA-MP Forums Archive
[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=377367)



Tag Mismatch - Hydra_RuleZ - 13.09.2012

tag mismatch em

pawn Код:
RandomImagens[0] = TextDrawCreate(0.000000, 0.000000, "loadsuk:loadsc3");
    RandomImagens[1] = TextDrawCreate(0.000000, 0.000000, "loadsuk:loadsc4");
    RandomImagens[2] = TextDrawCreate(0.000000, 0.000000, "loadsuk:loadsc5");
    RandomImagens[3] = TextDrawCreate(0.000000, 0.000000, "loadsuk:loadsc6");
alguem me consegue dizer o que se passa?, o codigo de script funciona mesmo in game mas da me esses warnings


Re: Tag Mismatch - Hydra_RuleZ - 13.09.2012

@sorry double post mas algume me ajuda?


Re: Tag Mismatch - s4kuL - 13.09.2012

X,y,z..


Re: Tag Mismatch - Hydra_RuleZ - 13.09.2012

se explica melhor cara xD


Re: Tag Mismatch - ViniBorn - 13.09.2012

Ex:

Troque
pawn Код:
new RandomImagens[4];
Por
pawn Код:
new Text:RandomImagens[4];



Re: Tag Mismatch - Douglas_prt - 14.09.2012

Quote:
Originally Posted by s4kuL
Посмотреть сообщение
X,y,z..
Textdraw move-se num 'mundo' a 2 dimensхes... -.-' x, y...


Re: Tag Mismatch - Jason` - 14.09.2012

Quote:
Originally Posted by s4kuL
Посмотреть сообщение
X,y,z..
Se fosse isso daria aviso por nъmero incorreto de argumentos, a correзгo estб na postagem de Viniborn.


Re: Tag Mismatch - Hydra_RuleZ - 14.09.2012

Funcionou Viniborn VLW!!