[Ajuda] TAG em cima do Player
#1

Olб, boa noite!

Estou com um problema para por TAG's em cima do nick de Admins e Vips.

Jб tentei das seguintes formas:

OnPlayerConnect
PHP код:
for(new x=0MAX_PLAYERSx++)
{
        if(
PlayerInfo[x][pAdmin] >= 1)
        {
                
label[x] = Create3DTextLabel("Administrador",0x008080FF,30.0,40.0,50.0,40.0,0);
             
Attach3DTextLabelToPlayer(label[x], playerid0.00.00.7);
        }
        if(
PlayerInfo[x][pVip] >= 1)
        {
               
label[x] = Create3DTextLabel("*** VIP ***",0x008080FF,30.0,40.0,50.0,40.0,0);
         
Attach3DTextLabelToPlayer(label[x], playerid0.00.00.7);
        }

PHP код:
    if(PlayerInfo[playerid][pAdmin] >= 1)
     {
         
label[playerid] = Create3DTextLabel("Administrador",0x008080FF,30.0,40.0,50.0,40.0,0);
        
Attach3DTextLabelToPlayer(label[playerid], playerid0.00.00.7);
      }
       if(
PlayerInfo[playerid][pVip] >= 1)
        {
        
label[playerid] = Create3DTextLabel("*** VIP ***",0x008080FF,30.0,40.0,50.0,40.0,0);
        
Attach3DTextLabelToPlayer(label[playerid], playerid0.00.00.7);
      } 
Ambas nгo aparece a TAG em cima do player, jб dei uma estudada no 3DTextLabel e no Attach3DTextLabel, mas nгo consegui resolver, alguйm poderia me ajudar?
Reply


Messages In This Thread
TAG em cima do Player - by .ThePro - 29.09.2013, 05:52
Re: TAG em cima do Player - by AlieN_. - 29.09.2013, 05:58
Re: TAG em cima do Player - by ThuuGLif3 - 29.09.2013, 06:09
Re: TAG em cima do Player - by .ThePro - 29.09.2013, 18:39
Re: TAG em cima do Player - by Wellington1999 - 29.09.2013, 18:48
Re: TAG em cima do Player - by n0minal - 29.09.2013, 19:38
Re: TAG em cima do Player - by Wellington1999 - 29.09.2013, 19:40
Re: TAG em cima do Player - by n0minal - 29.09.2013, 19:42

Forum Jump:


Users browsing this thread: 1 Guest(s)