mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 17:31:36 +03:00
@@ -41,8 +41,7 @@ diag_log format ["Player UID#%3 CID#%4 %1 as %5 died at %2",
|
||||
];
|
||||
#endif
|
||||
|
||||
|
||||
// EPOCH DEATH MESSAGES
|
||||
// DEATH MESSAGES
|
||||
_suicide = _sourceName == _playerName;
|
||||
|
||||
if (_method in ["explosion","melee","shot","shothead","shotheavy"] && !(_method == "explosion" && (_suicide or _sourceName == "unknown"))) then {
|
||||
@@ -79,7 +78,6 @@ if (_playerName != "unknown" or _sourceName != "unknown") then {
|
||||
diag_log format["DeathMessage: %1",_message];
|
||||
};
|
||||
|
||||
|
||||
_newObject setDamage 1;
|
||||
_newObject setOwner 0;
|
||||
//dead_bodyCleanup set [count dead_bodyCleanup,_newObject];
|
||||
Reference in New Issue
Block a user