mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
private array updates + fixes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
private["_unit","_killer","_type","_pos","_dir"];
|
||||
private ["_unit"];
|
||||
_unit = _this select 0;
|
||||
_killer = _this select 1;
|
||||
_type = typeOf _unit;
|
||||
_pos = getposATL _unit;
|
||||
_dir = direction _unit;
|
||||
//_killer = _this select 1;
|
||||
//_type = typeOf _unit;
|
||||
//_pos = getposATL _unit;
|
||||
//_dir = direction _unit;
|
||||
if (local _unit) then {
|
||||
deleteVehicle _unit;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user