Skip to content

PositionConfig

DekoKiyo edited this page May 12, 2024 · 1 revision

Position settings

Warning

  • Because this setting has no init value, you have to enter some values to avoid the crash.
  • Some settings can't set the "heading" setting. Please check more information in each callout description.
Settings Name Descriptions
x X Coord
y Y Coord
z Z Coord
heading Heading

XML Example

Example 1

<PoliceCruiserPositions>
  <Position x="271.3" y="180.6" z="104.3" heading="69.4" />
  <Position x="258.9" y="185.2" z="104.4" heading="69.8" />
  <Position x="246.8" y="189.8" z="104.8" heading="68.1" />
</PoliceCruiserPositions>

Example 2

<HostagePositions>
  <Position x="242.8" y="228.3" z="106.2" />
  <Position x="248.3" y="229.7" z="106.2" />
  <Position x="241.4" y="221.5" z="106.2" />
</HostagePositions>
Clone this wiki locally