[Ajuda] Tag de procurado piscando?
#12

Amigo, vocк precisa decidir entre SetPlayerChatBubble ou Create3DTextLabel + Attach3DTextLabelToPlayer

Pois se usar os dois juntos, vai ficar piscando.

Muito provavelmente vocк possui o sistema de tag(ou tнtulo) em Create3DTextLabel + Attach3DTextLabelToPlayer e quer setar o SetPlayerChatBubble juntos. Que nгo pode!

PHP Code:

SetTimer
("TextProcu"3000true);
public 
TextProcu()
{
    const
        
String[126];
        
    for(new 
0GetPlayerPoolSize(); <= ji++)
    {
        if(!
IsPlayerConnected(i)) continue;
        if(
GetPlayerWantedLevel(i) > 0)
        {
            
format(stringsizeof string"||-||PROCURADO||[%d]"GetPlayerWantedLevel(i));
            
SetPlayerChatBubble(istringCOLOR_RED100.03000);
            
//-> Exemplo:
            
if(VarUsandoTag[playerid]){
                
RemoverTag(playerid);
                
//.. Coloca pra destruir o Attach3DTextLabelToPlayer
            
}
        }
    }

Essa й a ъnica possibilidade.

Reply


Messages In This Thread
Tag de procurado piscando? - by eoqtrabhir - 13.05.2018, 20:55
Re: Tag de procurado piscando? - by HelderPT - 13.05.2018, 21:11
Re: Tag de procurado piscando? - by eoqtrabhir - 13.05.2018, 21:15
Re: Tag de procurado piscando? - by Minerva - 13.05.2018, 21:27
Re: Tag de procurado piscando? - by IlanZ - 13.05.2018, 21:51
Re: Tag de procurado piscando? - by Lуs - 13.05.2018, 22:57
Re: Tag de procurado piscando? - by AutoMatic2 - 13.05.2018, 23:05
Re: Tag de procurado piscando? - by Lуs - 13.05.2018, 23:13
Re: Tag de procurado piscando? - by RodrigoMSR - 13.05.2018, 23:28
Re: Tag de procurado piscando? - by Lуs - 13.05.2018, 23:50
Re: Tag de procurado piscando? - by RodrigoMSR - 14.05.2018, 00:32
Re: Tag de procurado piscando? - by XandyMello - 14.05.2018, 00:46

Forum Jump:


Users browsing this thread: 1 Guest(s)