[Pedido] Chat Bubble
#3

pawn Код:
forward AtualizarChatBubble(); //Coloque junto as suas forwards
SetTimer("AtualizarChatBubble", 1000, true); //Coloque em ongamemodeinit

public AtualizarChatBubble()
{
    for(new x=0; x < MAX_PLAYERS; x++)
    {
        if Sua variбvel de administrador
        {
            SetPlayerChatBubble(x, "Administrador", -1, 100.0, 10000); // -1 = cor .
        }
    }
}
Reply


Messages In This Thread
Chat Bubble - by bilibil - 12.04.2017, 19:27
Re: Chat Bubble - by Toroi - 12.04.2017, 21:32
Re: Chat Bubble - by Feelipe - 12.04.2017, 22:02
Re: Chat Bubble - by Pedro1812 - 13.04.2017, 12:58
Re: Chat Bubble - by Pedro1812 - 13.04.2017, 13:26
Re: Chat Bubble - by HoodScript - 13.04.2017, 13:51

Forum Jump:


Users browsing this thread: 1 Guest(s)