Page MenuHomeFeedback Tracker

BIS_fnc_spawnCrew does not create the correct number of crew for vehicle: "O_G_Van_02_vehicle_F"
Acknowledged, NormalPublic

Description

BIS_fnc_spawnCrew does not create the correct number of crew for vehicle: "O_G_Van_02_vehicle_F".
There are 4 crews outside the vehicle and never go inside.

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Scripting
Steps To Reproduce

Copy and paste this code in debug console:

 _group = createGroup [east, true];
private _veh = createVehicle ["O_G_Van_02_vehicle_F", getPos player, [], 0, "FLY"];

private _units = [_veh, _group, false, "", "O_G_Soldier_F"] call BIS_fnc_spawnCrew;
Additional Information

Event Timeline

Vdauphin created this task.May 23 2018, 2:07 PM
Vdauphin edited Additional Information. (Show Details)May 23 2018, 2:16 PM
Vdauphin changed Severity from Trivial to Crash.Dec 22 2018, 1:15 PM
Vdauphin updated the task description. (Show Details)Dec 23 2018, 10:01 PM
Wulf changed the task status from New to Acknowledged.Jan 2 2019, 1:26 PM