mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Update hide_body.sqf
This commit is contained in:
@@ -13,4 +13,9 @@ if (isNull _body) exitWith { dayz_actionInProgress = false;};
|
|||||||
|
|
||||||
player action ["hideBody", _body];
|
player action ["hideBody", _body];
|
||||||
|
|
||||||
dayz_actionInProgress = false;
|
dayz_actionInProgress = false;
|
||||||
|
|
||||||
|
if (_body isKindOf "zZombie_base" || {_body isKindOf "Animal"}) then {
|
||||||
|
uisleep 5;
|
||||||
|
deleteVehicle _body;
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user