Is there any way to keep dead bodies from disappearing?
-
Is there any way to keep dead bodies from disappearing?
-
I think you need to set dead ped to "mission entity", using a script.
-
Spawn object as peds then kill it... Not gonna disappear 😁
-
@thebegin10 said in Is there any way to keep dead bodies from disappearing?:
I think you need to set dead ped to "mission entity", using a script.
Maybe this is the best solution
-
Only if you created the ped via script. But leaving the body when you leave the area creates a memory leak. So when creating a ped via script remember to release ped so game engine will clean it up.
Really there's no benefit in disabling the feature you want disabled.
Hope that helps.