KP-Liberation/Missionframework/scripts/shared/functions/F_cleanOpforVehicle.sqf

7 lines
134 B
Plaintext

params [ "_veh" ];
if ( isNull _veh ) exitWith {};
if ( _veh getVariable ["GRLIB_captured", 0] == 0 ) then {
deleteVehicle _veh;
};