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.
Description
Description
Details
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