[Ajuda] TAG TxDraw3d
#3

PHP код:
//News
new Text3D:PlayerLabel[MAX_PLAYERS];
//OnPlayerSpawn
public OnPlayerSpawn(playerid)
{
    if(
PlayerInfo[playerid][pAdmin] == 3)
    {
        
Delete3DTextLabel(PlayerLabel[playerid]);
        
PlayerLabel[playerid] = Create3DTextLabel("Administrador(a)"0x00FFFFAA30.040.050.0100.00);
        
Attach3DTextLabelToPlayer(PlayerLabel[playerid], playerid0.00.00.3);
    }
    if(
PlayerInfo[playerid][pVip] == 1)
    {
        
Delete3DTextLabel(PlayerLabel[playerid]);
        
PlayerLabel[playerid] = Create3DTextLabel("Player VIP"0x00FF00AA30.040.050.0100.00);
        
Attach3DTextLabelToPlayer(PlayerLabel[playerid], playerid0.00.00.3);
    }
    return 
1;

pAdmin[playerid] e uma variбvel de admin muito conhecida, mais n sei como e a sua. se achar troca ela por sua variavel! :z

Creio eu que essas 2 variavel de admin e vip n e a sua, se n conseguir manda seu /setadmin /setvip pra ver

* Obs№: tem como fazer por SetPlayerChatBubble, mais faz com Attach3DTextLabelToPlayer й Create3DTextLabel!

* ObsІ: Vocк n ve a tag encima de vc! nem com essas 3 funзхes: SetPlayerChatBubble, Attach3DTextLabelToPlayer й Create3DTextLabel apenas os outros jogadores!
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: 2 Guest(s)