Posts: 200
Threads: 25
Joined: Mar 2009
Reputation:
0
I have this problem with 3dtextlabels. They work fine all of them, but the one that are attched to objects dont show unless the object gets destroyed. example a parking meter says 0 minutes above but it dose not show unless you run down the parking meter?
Any help
Thanks
Posts: 1,648
Threads: 482
Joined: Jun 2010
Can I see your code please?
Posts: 1,648
Threads: 482
Joined: Jun 2010
Posts: 200
Threads: 25
Joined: Mar 2009
Reputation:
0
Like the system works fine, but its not showing unless I break the parking meter. I dont know if the issue is in the streamer or the objects or what.. Never seen something like this befor
Posts: 1,648
Threads: 482
Joined: Jun 2010
There is no AttachDynamic3DTextLabelToObject yet, however.
Check all of this:
First, make sure your object limit isn't reached, although I doubt it's that.
testLOS parameter on your object creation line, that may hide the text behind it.
if it's not that, try creating the label before creating the object, as in put createlabel before createobject.
Posts: 1,648
Threads: 482
Joined: Jun 2010
Have you reached maximum amount of Parking Meters?