[Ajuda] Problema com TAG
#5

Код:
em OnGameModeInit
SetTimer("AtualizarChatBubble", 1000, true);

no final da GM adicione isso:

forward AtualizarChatBubble(playerid);
public AtualizarChatBubble(playerid)
{
for(new x=0; x < MAX_PLAYERS; x++){
{
        if(IsPlayerAdmin(playerid))
        {
            SetPlayerChatBubble(x, "Logado RCON", DEFINA COR, 100.0, 1000);
        }
    }

    {
        if(pAdmin[playerid] == 5)
        {
            SetPlayerChatBubble(x, "Admnistrador %s", DEFINA COR, 100.0, 1000);
        }
    }
    {
        if(pAdmin[playerid] == 4)
        {
            SetPlayerChatBubble(x, "Admnistrador %s", DEFINA COR, 100.0, 1000);
        }
    }
    {
        if(pAdmin[playerid] == 3)
        {
            SetPlayerChatBubble(x, "Admnistrador %s", DEFINA COR, 100.0, 1000);
        }
    }
    {
        if(pAdmin[playerid] == 2)
        {
            SetPlayerChatBubble(x, "Admnistrador %s", DEFINA COR, 100.0, 1000);
        }
    }
    {
        if(pAdmin[playerid] == 1)
        {
            SetPlayerChatBubble(x, "Admnistrador %s", DEFINA COR, 100.0, 1000);
        }
    }
    {
        if(moderador[playerid])
        {
            SetPlayerChatBubble(x, "Moderador", DEFINA COR, 100.0, 1000);
        }
    }

}
}
bem facil cara nгo tem erro eu mesmo fiz e testei
Reply


Messages In This Thread
Problema com TAG - by iTnTxGabrielx - 26.02.2015, 11:46
Re: Problema com TAG - by matheusspohr - 26.02.2015, 12:06
Re: Problema com TAG - by Marquito - 26.02.2015, 12:09
Re: Problema com TAG - by iTnTxGabrielx - 26.02.2015, 12:18
Re: Problema com TAG - by Kojak - 26.02.2015, 14:15
Re: Problema com TAG - by ProKillerpa - 26.02.2015, 14:38
Re: Problema com TAG - by nxxT - 26.02.2015, 14:40
Re: Problema com TAG - by Kojak - 26.02.2015, 14:42
Re: Problema com TAG - by PT - 26.02.2015, 15:43
Re: Problema com TAG - by iTnTxGabrielx - 26.02.2015, 16:10

Forum Jump:


Users browsing this thread: 2 Guest(s)