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!