Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Just add
secondsBeforeHumansBodiesRemoval = 10;
secondsBeforeZombiesBodiesRemoval = 10;
removeEntitiesWithHumansBodies = 1;
To your serverDZ.cfg
SCRIPT (W): @"BodiesRemoval/scripts/4_World/entities\manbase\playerbase.c,28": Missing ';' at the end of line
SCRIPT (W): @"BodiesRemoval/scripts/4_World/bodiesremoval.c,61": Missing ';' at the end of line
that's why i ask if you want to update your mods.
Bodies despawning in SA is a terrible bug.
secondsBeforeHumansBodiesRemoval = 600;
secondsBeforeZombiesBodiesRemoval = 60;
removeEntitiesWithHumansBodies = 0;
is how i have it set up.
- a parameter to deleter dropping entities, yes or no
- a check if this parameter is true, that the entity is indeed on the ground.
I'll do it tomorrow though.