diff --git a/addons/backpacks/functions/fnc_backpackOpened.sqf b/addons/backpacks/functions/fnc_backpackOpened.sqf index 13f330ca77..186202027f 100644 --- a/addons/backpacks/functions/fnc_backpackOpened.sqf +++ b/addons/backpacks/functions/fnc_backpackOpened.sqf @@ -28,10 +28,13 @@ if ([_target] call EFUNC(common,isPlayer)) then { private ["_sounds", "_position"]; _sounds = [ - "a3\sounds_f\characters\ingame\AinvPknlMstpSlayWpstDnon_medic.wss", + /*"a3\sounds_f\characters\ingame\AinvPknlMstpSlayWpstDnon_medic.wss", "a3\sounds_f\characters\ingame\AinvPknlMstpSlayWrflDnon_medic.wss", "a3\sounds_f\characters\ingame\AinvPpneMstpSlayWpstDnon_medic.wss", - "a3\sounds_f\characters\ingame\AinvPpneMstpSlayWrflDnon_medic.wss" + "a3\sounds_f\characters\ingame\AinvPpneMstpSlayWrflDnon_medic.wss"*/ + + QUOTE(PATHTO_R(sounds\zip_in.wav)), + QUOTE(PATHTO_R(sounds\zip_out.wav)) ]; _position = _target modelToWorld (_target selectionPosition "Spine3"); diff --git a/addons/backpacks/sounds/zip_in.wav b/addons/backpacks/sounds/zip_in.wav new file mode 100644 index 0000000000..b93549310a Binary files /dev/null and b/addons/backpacks/sounds/zip_in.wav differ diff --git a/addons/backpacks/sounds/zip_out.wav b/addons/backpacks/sounds/zip_out.wav new file mode 100644 index 0000000000..b671c118a3 Binary files /dev/null and b/addons/backpacks/sounds/zip_out.wav differ