Files
DayZ-Epoch/SQF/dayz_code/compile/object_vehicleKilled.sqf
icomrade b80bb88467 Add missing variable + RPT cleanup
fix 2 dup string warnings
fix "Cannot delete class rscdisplayinfo" warning.
Start extended vehicle damage debugging.
2014-03-26 02:40:24 -04:00

6 lines
94 B
Plaintext

private ["_unit"];
_unit = _this select 0;
if (local _unit) then {
deleteVehicle _unit;
};