As of now, it is impossible to drown in a underwater vehicle in ArmA 3. Your oxygen levels never drain so theoretically you can never drown.
Description
Description
Details
Details
- Legacy ID
- 1924741979
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Category
- Swimming and Diving
Steps To Reproduce
place:
player allowDamage false;
while {alive player} do
{
hint format ["%1", getOxygenRemaining player];
sleep 0.01;
};
in init.sqf and fly/drive into the water.
Take note how the OxygenRemaining value does not change untill the player is out of the vehicle.
Event Timeline
Comment Actions
Please let us know if you are still able to reproduce this issue in latest Development build. Thank you.
Comment Actions
Yes, thank you very much for fixing this bug. I have not been able to reproduce this issue in the latest Development build.