mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Organize files a bit and removed non source pbo's
This commit is contained in:
5
SQF/dayz_server/compile/zombie_findOwner.sqf
Normal file
5
SQF/dayz_server/compile/zombie_findOwner.sqf
Normal file
@@ -0,0 +1,5 @@
|
||||
private["_unit"];
|
||||
_unit = _this select 0;
|
||||
|
||||
diag_log ("CLEANUP: DELETE UNCONTROLLED ZOMBIE: " + (typeOf _unit) + " OF: " + str(_unit) );
|
||||
deleteVehicle _unit;
|
||||
Reference in New Issue
Block a user