mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-15 15:13:22 +03:00
Organize files a bit and removed non source pbo's
This commit is contained in:
9
SQF/dayz_code/compile/object_vehicleKilled.sqf
Normal file
9
SQF/dayz_code/compile/object_vehicleKilled.sqf
Normal file
@@ -0,0 +1,9 @@
|
||||
private ["_unit"];
|
||||
_unit = _this select 0;
|
||||
//_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