[Help] How to make dead bodies stay longer

Samirocks123

Well-Known Member
The players on my server have been complaining for a while now that their dead bodies are going away before they can get back to them. Its okay if i need to edit client files because i run a custom mod, i just have NO clue were to start editing to fix this!
 
in your server.pbo file there will be a file called " server_cleanup.fsm" you will find a line of code like that listed below, you modify the "1200" to a value that you want which is in seconds of course.

condition=/*%FSM<CONDITION""">*/"((time - _lastCleanDead) > 1200)"/*%FSM</CONDITION""">*/;
 
Back
Top