15.12.2011, 20:37
Nah there is no attached paramater.
You create the label as follows:
Later you attach it to a player:
You create the label as follows:
pawn Код:
new Text3D:Label = Create3DTextLabel(arg1, arg2, etc);
pawn Код:
Attach3DTextLabelToPlayer(Label, arg1, arg2, etc);