09.01.2011, 01:04
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
But this happends?:
![](http://i53.tinypic.com/2ztar9x.png)
Anyone got a solution for this?
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); }
![](http://i53.tinypic.com/2ztar9x.png)
Anyone got a solution for this?