Posts: 33
Threads: 0
Joined: Aug 2011
Reputation:
0
Yes, if you scroll down you see "Related Functions". There should be something like Attach3DTextLabelToPlayer
Posts: 1,113
Threads: 110
Joined: Nov 2009
Reputation:
0
Attach3DTextLabelToPlayer needs text with a Text3D tag, whilst CreatePlayer3DTextLabel creates text with a PlayerText3D tag.
Posts: 33
Threads: 0
Joined: Aug 2011
Reputation:
0
You want to attach it to a player don't you? Than Attach3DTextLabelToPlayer should work ;o
Posts: 1,113
Threads: 110
Joined: Nov 2009
Reputation:
0
No, I mean they can choose whether they see the label on all the other players.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Then you'd need a MAX_PLAYERS square amount of Player3DTextLabels, in which case you can only support 32 players before reaching the limit.