Update hide_body.sqf

This commit is contained in:
A Man
2020-02-16 01:38:39 +01:00
parent 4ba58ab448
commit b5255b07b3

View File

@@ -13,4 +13,9 @@ if (isNull _body) exitWith { dayz_actionInProgress = false;};
player action ["hideBody", _body];
dayz_actionInProgress = false;
dayz_actionInProgress = false;
if (_body isKindOf "zZombie_base" || {_body isKindOf "Animal"}) then {
uisleep 5;
deleteVehicle _body;
};