have someone a solution for how to create plants for example "b_ficusc1s_f"?
For me it works only in 3D editor
here entries in mission.sqf from 3D editor:
_vehicle_38 = objNull;
if (true) then
{
_this = createVehicle ["b_ficusc1s_f", [1736.901, 5226.1875, 9.0028086], [], 0, "CAN_COLLIDE"];
_vehicle_38 = _this;
_this setPos [1736.901, 5226.1875, 9.0028086];
};