Dose any one know why my sounds wont play ?
params ["_object"];
publicVariable "Trigger_Con";
[
/* 0 object */ _object,
/* 1 action title */ "Call HQ Supports",
/* 2 idle icon */ "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa",
/* 3 progress icon */ "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa",
/* 4 condition to show */ "west isEqualTo (side _this)",
/* 5 condition for action */ "true",
/* 6 code executed on start */ {["Satphone", "Dialing!"] call BIS_fnc_showSubtitle, playSound3D ["\music\sound1.ogg", player], playMusic "RadioAmbient1"},
/* 7 code executed per tick */ {hint "Connecting!"},
/* 8 code executed on completion */ {hint format["%1 made contact with supports!\n\n%3", name (_this select 1), _this select 3 select 0],Trigger_Con = true;},
/* 9 code executed on interruption */ {["Satphone", "Re-Dial!"] call BIS_fnc_showSubtitle},
/* 10 arguments */ ["Connected!"],
/* 11 action duration */ 7,
/* 12 priority */ 0,
/* 13 remove on completion */ false,
/* 14 show unconscious */ false
] call bis_fnc_holdActionAdd;