If you are in Hunter and drive in 1st person view over a mine, no explosion is heard.
Description
Description
Details
Details
- Legacy ID
- 68708410
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Sound
Steps To Reproduce
run in editor, this will create hunter and mines in front of it. Get in drive over in 1st person view. Boom, all silent.
- spawn {
_vehPos = position player;
_veh = "B_MRAP_01_F" createVehicle _vehPos;
for "_i" from 1 to 3 do {
_mine = createVehicle ["ATMine_Range_Ammo", _veh modeltoworld [0,10,0], [], 2, "NONE"]; _mine setPos [getPos _mine select 0, getPos _mine select 1, 0.1];
};
};