[Pedido] Tutorial sobre essas Text Drawn.
#3

Mas o deste tуpico https://sampforum.blast.hk/showthread.php?tid=334784 nгo e sу para admin logado na Rcon ?

pawn Код:
//Adicione esta forward junto as outras forwards '-'
forward AtualizarChatBubble();

//Adicione este settimer na public OnGameModeInit
SetTimer("AtualizarChatBubble", 1000, true);

// Callback ._.
public AtualizarChatBubble()
{
    for(new x=0; x < MAX_PLAYERS; x++)
    {
        if(IsPlayerAdmin(x))
        {
            SetPlayerChatBubble(x, "Administrador", 0xFF0000AA, 100.0, 10000); // 0xFF0000AA = Cor // 0xFF0000AA = Cor Vermelho .
        //Vocк pode alterar o texto " Adminstrador " pelo texto a sua escolha. ;)
        }
    }
}

Quote:
Originally Posted by dPlaYer_
Посмотреть сообщение
Eu vou usar o texto: Adminstrador. Somente para adminstradores logados na RCON
Reply


Messages In This Thread
Tutorial sobre essas Text Drawn. - by felipe_mr - 12.09.2012, 03:01
Re: Tutorial sobre essas Text Drawn. - by Rhayziin - 12.09.2012, 03:08
Re: Tutorial sobre essas Text Drawn. - by felipe_mr - 12.09.2012, 03:23
Re: Tutorial sobre essas Text Drawn. - by Rhayziin - 12.09.2012, 03:52
Re: Tutorial sobre essas Text Drawn. - by Sky™ - 12.09.2012, 12:28
Re: Tutorial sobre essas Text Drawn. - by DartakousLien - 12.09.2012, 12:32
Re: Tutorial sobre essas Text Drawn. - by Sky™ - 12.09.2012, 12:45
Re: Tutorial sobre essas Text Drawn. - by DartakousLien - 12.09.2012, 12:47

Forum Jump:


Users browsing this thread: 1 Guest(s)