arma2-epoch-server/@DayZ_Epoch_Server/addons/dayz_server/compile/zombie_findOwner.sqf

9 lines
249 B
Plaintext
Raw Permalink Normal View History

2022-04-21 16:15:41 +03:00
private["_unit"];
_unit = _this select 0;
#include "\z\addons\dayz_server\compile\server_toggle_debug.hpp"
#ifdef SERVER_DEBUG
diag_log ("CLEANUP: DELETE UNCONTROLLED ZOMBIE: " + (typeOf _unit) + " OF: " + str(_unit) );
#endif
deleteVehicle _unit;