Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
I will still get errors, I'm trying to work with Player3DText's not with normal 3DText's
Posts: 124
Threads: 32
Joined: Oct 2010
Reputation:
0
oh sorry , never worked with them but try give a search
Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
Are you kidding me? You just said the SAME thing as what the other guy said .. -.-
NO, it will not do it.
Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
@smeti , it's the next line that's the problem.
@elchapo , k wut?
Posts: 122
Threads: 23
Joined: Jan 2011
Reputation:
0
check out the example just try it and check
Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
I tried his, removed the error line and got no errors. Hopefully it works, will test tomorrow.
Posts: 6,129
Threads: 36
Joined: Jan 2009
Attach3DTextLabelToPlayer is for normal 3D text labels, not player 3D text labels.
If you check the wiki, you'll see that
Attach3DTextLabelToPlayer only expects variables with the keyword 'Text3D' for the first variable.
You can't just attach player 3D text labels to yourself, you won't see them.
CreatePlayer3DTextLabel creates a 3D text label for one player and only that one player can see it,
Attach3DTextLabelToPlayer attaches the 3D text label to a player like a name tag, so only others can see it, but not the character it's attached to. It's only logical. Create a normal 3D text label and attach it.