30.03.2014, 17:22
Hi,
I want to ask. Is here a difference if i do that:
or
When i update 3dtext label i add Text3D tag.
I want to ask. Is here a difference if i do that:
Код:
new Text3D:mylabel; mylabel = Create3DTextLabel("I'm at the coordinates:\n30.0,40.0,50.0",0x008080FF,30.0,40.0,50.0,40.0,0); Update3DTextLabelText(mylabel, 0xFFFFFFFF, "New text.");
Код:
new Text3D:mylabel; mylabel = Create3DTextLabel("I'm at the coordinates:\n30.0,40.0,50.0",0x008080FF,30.0,40.0,50.0,40.0,0); Update3DTextLabelText(Text3D:mylabel, 0xFFFFFFFF, "New text.");