[Ajuda] Tag de procurado piscando?
#1

como faзo para deixar ela fixa e nгo piscando?

em baixo das news

Code:
forward TextProcu();
ongamemodeinit

Code:
SetTimer("TextProcu", 1000, true);
final do gm

Code:
public TextProcu()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        new string[256];
        if(GetPlayerWantedLevel(i) > 0)
        {
            format(string,256,"||-||PROCURADO||[%d]",GetPlayerWantedLevel(i));
            SetPlayerChatBubble(i,string, COLOR_RED, 100.0, 1000);
        }
    }
}
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: 4 Guest(s)