mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
private["_unit"];
|
|
_unit = _this select 0;
|
|
|
|
diag_log ("CLEANUP: DELETE UNCONTROLLED ZOMBIE: " + (typeOf _unit) + " OF: " + str(_unit) );
|
|
deleteVehicle _unit; |