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=587446)



warning 213: tag mismatch - LS - 30.08.2015

Erro bobo porem nгo consegui resolver.
Quote:

(279) : warning 213: tag mismatch

Linha 279:
pawn Код:
if(playertextid == TEXTDRAW_2REGISTER[playerid][0])
Alguem dб uma luz ae..


Re: warning 213: tag mismatch - Nixtren - 30.08.2015

Mostra a(s) declaraзгo(хes) da(s) variбvel(eis) do TextDraw. Se me recordo corretamente vocк tem que fazer algo tipo "new TextDraw:var;". Melhor vocк ir confirmar а Wiki do SA-MP.


Re: warning 213: tag mismatch - LS - 30.08.2015

pawn Код:
new Text:TEXTDRAW_2REGISTER[3][MAX_PLAYERS];



Re: warning 213: tag mismatch - zPain - 30.08.2015

Код:
new PlayerText:TEXTDRAW_2REGISTER[3][MAX_PLAYERS];
Tenho a impressгo de que seu sistema vai apresentar problemas. Pelo que vi do cуdigo, a declaraзгo deveria ser
Код:
new PlayerText:TEXTDRAW_2REGISTER[MAX_PLAYERS][3];



Re: warning 213: tag mismatch - LS - 30.08.2015

Quote:
Originally Posted by zPain
Посмотреть сообщение
Код:
new PlayerText:TEXTDRAW_2REGISTER[3][MAX_PLAYERS];
Tenho a impressгo de que seu sistema vai apresentar problemas. Pelo que vi do cуdigo, a declaraзгo deveria ser
Код:
new PlayerText:TEXTDRAW_2REGISTER[MAX_PLAYERS][3];
Vou passar para CreatePlayerTextDraw e creio que darб certo, obrigado pela atenзгo aos dois


Re: warning 213: tag mismatch - [BOPE]Seu._.Madruga - 30.08.2015

PHP код:
new PlayerText:TEXTDRAW_2REGISTER[MAX_PLAYERS][3]; 
PHP код:
if(playertextid == TEXTDRAW_2REGISTER[playerid][0])