3DTextLabel - Attach To Player
#2

try this

and btw you have not to use everywhere this Text3D:vip_text[playerid],only vip_text[playerid]
Код:
        if(attach_vip[playerid] == true)
        {
            attach_vip[playerid] = false;
            Delete3DTextLabel(vip_text[playerid]);
            vip_text[playerid] = Text3D:INVALID_3DTEXT_ID;
        }
        else
        {
            attach_vip[playerid] = true;
            Update3DTextLabelText(Text3D:vip_text[playerid], COLOR_GROUP, "Donator Player");
            Attach3DTextLabelToPlayer(Text3D:vip_text[playerid], playerid, 0.0, 0.0, 0.5);
        }
Reply


Messages In This Thread
3DTextLabel - Attach To Player - by Skimmer - 31.07.2013, 15:49
Re: 3DTextLabel - Attach To Player - by dEcooR - 31.07.2013, 15:53

Forum Jump:


Users browsing this thread: 2 Guest(s)