Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

[Ajuda] warning 213: tag mismatch

$
0
0
Alguém mim ajuda? não estou achando o erro para o aviso aparecer.

Como variavel está definida:

PHP Code:

new Text:Text[72]; 

PHP Code:

    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 Code:

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?

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>