KP-Liberation/Missionframework/scripts/client/remotecall/remote_call_removeSuppReq.sqf

6 lines
193 B
Plaintext

if (isDedicated) exitWith {};
[KP_liberation_suppMod_req, KP_liberation_suppMod_arty] call BIS_fnc_removeSupportLink;
deleteVehicle KP_liberation_suppMod_req;
KP_liberation_suppMod_req = nil;