[Ajuda] warning 213: tag mismatch
#1

Alguйm mim ajuda? nгo estou achando o erro para o aviso aparecer.

Como variavel estб definida:

PHP код:
new Text:Text[72]; 
PHP код:
    Text[37] = TextDrawCreate(210.000000168.000000"1");
    
TextDrawBackgroundColor(Text[37], 255);
    
TextDrawFont(Text[37], 2);
    
TextDrawLetterSize(Text[37], 0.4699991.200000);
    
TextDrawColor(Text[37], -1);
    
TextDrawSetOutline(Text[37], 0);
    
TextDrawSetProportional(Text[37], 1);
    
TextDrawSetShadow(Text[37], 1);
    
TextDrawSetSelectable(Text[37], 1); 
OnPlayerClickTextDraw (no modulo)

PHP код:
hook OnPlayerClickTextDraw(playeridclickedid)
{
    if(
clickedid == Text[37]) // local do warning
    
{
        
     }    
    return 
1;

Nгo era para dar warning, e nгo estou entendo. alguem ajuda?
Reply


Messages In This Thread
warning 213: tag mismatch - by ScripitrFaunu - 13.08.2017, 13:43
Re: warning 213: tag mismatch - by DelK - 13.08.2017, 13:58
Re: warning 213: tag mismatch - by ScripitrFaunu - 13.08.2017, 14:04
Re: warning 213: tag mismatch - by DelK - 13.08.2017, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)