createVehicle ["ATMine_Range_Ammo", [1,1,-0.06], [], 0, "NONE"];
If i want to place object at height -0.06 it will spawn it at -0.14... And constantly at this height for that object type.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 11 x64
- Category
- General
Steps To Reproduce
Execute obj = createVehicle ["ATMine_Range_Ammo", [1,1,-0.06], [], 0, "NONE"];
Check pos getPosATL obj
Additional Information
Position does not seems random and more like bug in calculation. Maybe it somehow depends on 3D model of object.