[AJUDA] Procurado acima do nome
#10

Quote:
Originally Posted by [uGd]vSilv4_.
Посмотреть сообщение
pawn Код:
//Perto das forwards
forward TextProcu();

//OnGameModeInit
SetTimer("TextProcu", 1000, true);

//Fim Gm
public TextProcu()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        new string[256];
        if(GetPlayerWantedLevel(i) > 1)
        {
            format(string,256,"**PROCURADO[%d]**",GetPlayerWantedLevel(i));
            SetPlayerChatBubble(i,string, Vermelho, 100.0, 10000);
        }
    }
}
Tenta ai.
Vlw leke funfo so que nгo some o nivel de procura quando se limpa a ficha demora para sair nгo teria outro codigo para incluir ou algum settime ?
Reply


Messages In This Thread
[AJUDA] Procurado acima do nome - by skadolfax - 03.03.2012, 00:47
Re: [AJUDA] Procurado acima do nome - by Lуs - 03.03.2012, 00:55
Re: [AJUDA] Procurado acima do nome - by jepebrito - 03.03.2012, 01:00
Re: [AJUDA] Procurado acima do nome - by skadolfax - 03.03.2012, 01:26
Re: [AJUDA] Procurado acima do nome - by jepebrito - 03.03.2012, 01:37
Re: [AJUDA] Procurado acima do nome - by skadolfax - 03.03.2012, 01:38
Re: [AJUDA] Procurado acima do nome - by jepebrito - 03.03.2012, 01:40
Re: [AJUDA] Procurado acima do nome - by skadolfax - 03.03.2012, 01:41
Re: [AJUDA] Procurado acima do nome - by [uGd]vSilv4_. - 03.03.2012, 02:15
Re: [AJUDA] Procurado acima do nome - by skadolfax - 03.03.2012, 13:29

Forum Jump:


Users browsing this thread: 1 Guest(s)