[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=636640)
Tag Mismatch -
Bieell - 01.07.2017
Alguйm pode dar uma ajuda? Sou iniciante em Pawn...
Segue o erro e a linha:
PHP код:
E:\sv\gamemodes\dayz.pwn(632) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
Linha 632:
PHP код:
PlayerTextDrawSetSelectable(playerid, Textdraw11, 1);
Cуdigo inteiro:
PHP код:
CMD:clique(playerid)
{
PlayerTextDrawSetSelectable(playerid, Textdraw11, 1);
return 1;
}
Quem puder ajudar fico muito grato ^^
Re: Tag Mismatch -
RodrigoMSR - 01.07.2017
Код:
PlayerTextDrawSetSelectable(playerid, Textdraw11, true);
Se nгo resolver, a variбvel
Textdraw11 estб sendo criada como?
Re: Tag Mismatch -
Bieell - 01.07.2017
Quote:
Originally Posted by RodrigoMSR
Код:
PlayerTextDrawSetSelectable(playerid, Textdraw11, true);
Se nгo resolver, a variбvel Textdraw11 estб sendo criada como?
|
Pф mano nгo resolveu, a variбvel й a seguinte:
PHP код:
new Text:Textdraw11;
Re: Tag Mismatch -
GSFBart - 01.07.2017
PlayerTextDrawSetSelectable(playerid, Text:Textdraw11, 1);
Re: Tag Mismatch -
Bieell - 01.07.2017
Quote:
Originally Posted by GSFBart
PlayerTextDrawSetSelectable(playerid, Text:Textdraw11, 1);
|
Ta dando a mesma coisa ainda =/
Re: Tag Mismatch -
IlanZ - 01.07.2017
TextDrawSetSelectable(Textdraw11, 1);
Re: Tag Mismatch -
Bieell - 01.07.2017
Quote:
Originally Posted by IlanZ
TextDrawSetSelectable(Textdraw11, 1);
|
Caralho, valeu mesmo mano <3 tmj