[Ajuda] TAG TxDraw3d
#4

Nunca recebi nada pronto, mais quero ajudar, ent Recebaaaaaaaaa
No Topo junto com seus SetTimerґs
PHP код:
    SetTimer("AtualizarChatBubble"1000true); 
La no Final da sua GM
PHP код:
forward AtualizarChatBubble();
public 
AtualizarChatBubble()
{
    for(new 
x=0MAX_PLAYERSx++)
    {
      if(
pAdmin[x] == 5//troca o pAdmin por sua variavel de admin
      
{
      
SetPlayerChatBubble(x"Desenvolvedor(a)"0x328E0AAA100.0100000);
      }

      if(
pAdmin[x] == 4//troca o pAdmin por sua variavel de admin
      
{
      
SetPlayerChatBubble(x"Administrador(a)-Geral"0xc32407AA100.0100000);
      }

      if(
pAdmin[x] == 3//troca o pAdmin por sua variavel de admin
      
{
      
SetPlayerChatBubble(x"Administrador(a)"0x008bceA100.0100000);
      }
      if(
pAdmin[x] == 2//troca o pAdmin por sua variavel de admin
      
{
      
SetPlayerChatBubble(x"Moderador"0xFF8C00AA100.0100000);
      }
      if(
pAdmin[x] == 1//troca o pAdmin por sua variavel de admin
      
{
      
SetPlayerChatBubble(x"Ajudante"0xFFFF00AA100.0100000);
      }
      if(
vip[x] == 1//troca o vip por sua variavel de vip
      
{
      
SetPlayerChatBubble(x"VIP"0xD600FFAA100.0100000);
      }
}

Espero que tenha dado certo
Reply


Messages In This Thread
TAG TxDraw3d - by Shuffle013 - 27.05.2018, 20:51
Re: TAG TxDraw3d - by AllanSG - 27.05.2018, 22:16
Re: TAG TxDraw3d - by AutoMatic2 - 27.05.2018, 22:39
Re: TAG TxDraw3d - by uliano - 28.05.2018, 16:19

Forum Jump:


Users browsing this thread: 1 Guest(s)