Jump to content
  • 0

Bodies despawning on death


Array

Question

Hi, i've just got my server up to a running point, untill a player reported a problem with bodies despawning after death. I've tested it myself and the bodies despawn about 2 minutes after the player spawns back in. I'm not sure why this happens, does anyone have a possible solution to this?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
8 hours ago, Array said:

How'd you mean? I have ESSV3 which in the spawn folder there is some sort of cleanup.sqf not sure if that's it.

Please upload your server .RPT to something like Dropbox and link it here please and we can take a look.

Link to comment
Share on other sites

  • 0

Just in case you haven't found a solution or if anyone else has the issue.  

 

With you having ESSV3 installed I'm pretty sure this is caused by a error when installing the script.

 

Specifically editing server_playerDied.sqf. Take note this is a add below not replace. 

find _newObject setVariable ["bodyName",_playerName,true]; 

Add below:

_newObject setVariable ["bodyUID",_playerID,true];
 
Link to comment
Share on other sites

  • 0

Don't believe it is that. 

I had the issue and all I did was make sure the ess #include line is above infistar call line in server functions and also change any spawn player_death in infistar to call player_death. 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...