[HELP] 3D Textlabel
#1

Dear users,

I've got a problem with my 3D Textlabel.

When the people connect it's fine but after some hours their textlabels get all dizzy for some strange reason. Does anyone knows the reason of this?

This is the code
Код:
    new Text3D:PrisonNum[MAX_PLAYERS];
    new pnumbstring[32];
    
    if (Player[playerid][Group] == 0)
    {
        format(pnumbstring, sizeof(pnumbstring), "Prisoner: %d", Player[playerid][PhoneN]);
        PrisonNum[playerid] = Create3DTextLabel(pnumbstring, 0xFFFFFFAA, 30.0, 50.0, 50.0, 40.0, 0);
        Attach3DTextLabelToPlayer(PrisonNum[playerid], playerid, -0.5, -0.5, -0.1);
    }
    
    if (Player[playerid][Group] > 2)
    {
        format(pnumbstring, sizeof(pnumbstring), "Prisoner: %d", Player[playerid][PhoneN]);
        PrisonNum[playerid] = Create3DTextLabel(pnumbstring, 0xFFFFFFAA, 30.0, 50.0, 50.0, 40.0, 0);
        Attach3DTextLabelToPlayer(PrisonNum[playerid], playerid, -0.5, -0.5, -0.1);
    }
But this happends?:


Anyone got a solution for this?
Reply


Messages In This Thread
[HELP] 3D Textlabel - by joeri55 - 09.01.2011, 01:04
Re: [HELP] 3D Textlabel - by ToPhrESH - 09.01.2011, 01:11
Re: [HELP] 3D Textlabel - by TheYoungCapone - 09.01.2011, 01:14
Re: [HELP] 3D Textlabel - by joeri55 - 09.01.2011, 01:19
Re: [HELP] 3D Textlabel - by _rAped - 09.01.2011, 01:55
Re: [HELP] 3D Textlabel - by joeri55 - 09.01.2011, 03:36
Re: [HELP] 3D Textlabel - by TheYoungCapone - 09.01.2011, 03:51
Re: [HELP] 3D Textlabel - by tooomi - 20.02.2011, 22:23
Re: [HELP] 3D Textlabel - by Marricio - 20.02.2011, 23:13

Forum Jump:


Users browsing this thread: 1 Guest(s)