[Ajuda] warning 213: tag mismatch
#1

Boa tarde, estou com esses avisos ao compilar o mode, e o que ta causando isso sгo as TextDraw

Aviso: "warning 213: tag mismatch"

Informaзхes da TextDraw

No topo do GM
Код:
 new Textdraw0;
Criada na public OnGameModeInit()
Код:
 Textdraw0 = TextDrawCreate (185.0, 330.0, "Warning  Chato");
TextDrawColor(Textdraw0, 0xFF2B2BFF);
TextDrawFont (Textdraw0, 2);
 TextDrawSetOutline (Textdraw0, 1);
TextDrawBackgroundColor (Textdraw0, 0xFFFFFFAA);
TextDrawLetterSize (Textdraw0, 0.3, 2.0);
Reply
#2

Quote:

Boa tarde, estou com esses avisos ao compilar o mode, e o que ta causando isso sгo as TextDraw
Aviso: "warning 213: tag mismatch"

Coloque assim no topo do seu GM
Код:
new text:Textdraw0;
Reply
#3

Quote:
Originally Posted by iTakelot
Посмотреть сообщение
Coloque assim no topo do seu GM
Код:
new text:Textdraw0;
Ja pesquisei muito sobre esse aviso, ja encontrei isso que vocк falou "text:" em outro topico, e tentei mais nгo resultou em nada, ainda continua os warning
Reply
#4

Tenta assim
PHP код:
new Text:Textdraw2
Код:
    Textdraw2 = TextDrawCreate(185.0, 330.0, "Warning  Chato");
    TextDrawColor(Textdraw2, 0xFF2B2BFF);
    TextDrawFont(Textdraw2, 2);
    TextDrawSetOutline(Textdraw2, 1);
    TextDrawBackgroundColor(Textdraw2, 0xFFFFFFAA);
    TextDrawLetterSize(Textdraw2, 0.3, 2.0);
Reply
#5

Quote:
Originally Posted by iTakelot
Посмотреть сообщение
Tenta assim
PHP код:
new Text:Textdraw2
Код:
    Textdraw2 = TextDrawCreate(185.0, 330.0, "Warning  Chato");
    TextDrawColor(Textdraw2, 0xFF2B2BFF);
    TextDrawFont(Textdraw2, 2);
    TextDrawSetOutline(Textdraw2, 1);
    TextDrawBackgroundColor(Textdraw2, 0xFFFFFFAA);
    TextDrawLetterSize(Textdraw2, 0.3, 2.0);
Achei parceiro com sua ajuda, й so renomear a TextDraw, tirando Textdraw.
Ex.:
Код:
 new Text:logo;
Reply
#6

Isso
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)