Files
DayZ-Epoch/SQF/dayz_server/compile/zombie_findOwner.sqf

5 lines
156 B
Plaintext

private["_unit"];
_unit = _this select 0;
diag_log ("CLEANUP: DELETE UNCONTROLLED ZOMBIE: " + (typeOf _unit) + " OF: " + str(_unit) );
deleteVehicle _unit;