Files
DayZ-Epoch/dayz_server/compile/zombie_findOwner.sqf
2012-11-22 09:37:02 -06:00

5 lines
156 B
Plaintext

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