Normally the spawn point for vehicles is in the middle of "HeliHCivil" sign on the ground.
I have 1 trader where the vehicle spawns some meters away of this point.
here's a snippet of the code:
military_neutral.sqf
_vehicle_227 = objNull; if (true) then { _this = createVehicle ["HeliHCivil", [18199.6, 2105.19,0.001], [], 0, "CAN_COLLIDE"]; _vehicle_227 = _this; _this setPos [18199.6, 2105.19,0.001]; };
I have also tried to move the HeliHCivil via the editor - but still the same problem.
also checked there is another HeliHCivil near the trader in my sqf.
Don't know why the spawn is not on the "H" sign. May someone can help
It is the military neutral airplane trader of Bexs for napf - all other traders works fine