mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
0.69 + 1.7.5.M1D15
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
private["_unit","_selection","_strH","_dam","_total"];
|
||||
private["_unit","_killer","_type","_pos","_dir"];
|
||||
_unit = _this select 0;
|
||||
_killer = _this select 1;
|
||||
_type = typeOf _unit;
|
||||
@@ -6,5 +6,4 @@ _pos = getposATL _unit;
|
||||
_dir = direction _unit;
|
||||
if (local _unit) then {
|
||||
deleteVehicle _unit;
|
||||
// [_type,_pos,_dir] spawn object_spawnDamVehicle;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user