[Ajuda] Tag de procurado piscando?
#8

Agora que notei que essa checagem deve ocorrer de forma infinita, evitando uso do OnPlayerUpdate.

Vocк pode manter ela da forma que esta, porйm, faзa uma checagem para adicionar a label apenas nos que jб nгo possuem ela usando uma var global, isso deve resolver o problema.

PHP Code:
//var global
new bool:hasBubble[MAX_PLAYERS];
public 
TextProcu() {
    for(new 
i=0i<MAX_PLAYERSi++) {
        new 
string[256];
        if(
GetPlayerWantedLevel(i) > && !hasBubble[i]) {
            
format(string,256,"||-||PROCURADO||[%d]",GetPlayerWantedLevel(i));
            
SetPlayerChatBubble(i,stringCOLOR_RED100.01000);
            
hasBubble[i] = true;
        }
    }

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)