Cleanup dayz_server scripts

This commit is contained in:
Skaronator
2014-02-02 20:30:52 +01:00
parent da7635b2ee
commit d0203ab157
7 changed files with 23 additions and 138 deletions

View File

@@ -1,8 +0,0 @@
private["_unit"];
_unit = _this select 0;
#ifdef DZE_SERVER_DEBUG
diag_log ("CLEANUP: DELETE UNCONTROLLED ZOMBIE: " + (typeOf _unit) + " OF: " + str(_unit) );
#endif
deleteVehicle _unit;