CUIConfig::Hud3dMarkers in TM
Posted: 17 Mar 2013, 01:48
Hi all,
Not sure if this is a bug, but I can't seem to place a 3D marker at the point of my pos attribute. However if I use the playerlogin attribute with my login name as the value, it does actually show a marker and move it relative to my car's position.
To clarify, here's my usage of playerlogin that does work (context is CTmMode):
And pos which doesn't:
Is there something about how the vector in the pos (and box) attributes are interpreted that perhaps I'm missing?
Thanks!
Not sure if this is a bug, but I can't seem to place a 3D marker at the point of my pos attribute. However if I use the playerlogin attribute with my login name as the value, it does actually show a marker and move it relative to my car's position.
To clarify, here's my usage of playerlogin that does work (context is CTmMode):
Code: Select all
UIManager.UIAll.Hud3dMarkers = """<marker label="Hello" playerlogin="aborttrap" box="2 2 2"/>""";
Code: Select all
UIManager.UIAll.Hud3dMarkers = """<marker label="Hello" pos="2 2 2" box="2 2 2"/>""";
Thanks!