Page MenuHomeFeedback Tracker

Dead Bodies fall under the map
New, NormalPublic

Description

Dead Bodies can fall under the map when deactivating and activating the simulation again when the bodie is inside an building

Details

Severity
None
Resolution
Open
Reproducibility
Sometimes
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Go inside an building and then execute this:
0 spawn {
_Unit = "B_soldier_AR_F" createVehicle position player;
_Unit setdamage 1;
uisleep 5;
_Unit enableSimulationGlobal false;
uisleep 5;
_Unit enablesimulation true;
uisleep 5;
hint str (getposATL _Unit);
};

Additional Information

When isAwake is on false it dosen't work

Event Timeline

Hungry created this task.Sep 30 2023, 10:37 PM
Hungry changed Reproducibility from N/A to Sometimes.
Hungry edited Additional Information. (Show Details)Sep 30 2023, 10:50 PM
Hungry edited Additional Information. (Show Details)
Hungry updated the task description. (Show Details)Sep 30 2023, 11:07 PM
Hungry edited Steps To Reproduce. (Show Details)