From 33d7821552e11c82608cdc73b4b3a2359280e778 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Sat, 22 Nov 2025 14:04:33 -0300 Subject: [PATCH] formatted --- addons/main/functions/extract_data/fn_extract_role.sqf | 1 - addons/video/functions/fnc_videoParser.sqf | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/main/functions/extract_data/fn_extract_role.sqf b/addons/main/functions/extract_data/fn_extract_role.sqf index 111f057..d211fb7 100644 --- a/addons/main/functions/extract_data/fn_extract_role.sqf +++ b/addons/main/functions/extract_data/fn_extract_role.sqf @@ -115,7 +115,6 @@ if ((typeOf (vehicle _unit) != typeOf _unit) or ((_unit_type select 0) == "Vehic _role = "a-" + _affiliation + "-" + _type; - armatak_attribute_marker_type = _unit getVariable "armatak_attribute_marker_type"; if (!isNil "armatak_attribute_marker_type" or armatak_attribute_marker_type != '') then { diff --git a/addons/video/functions/fnc_videoParser.sqf b/addons/video/functions/fnc_videoParser.sqf index 0a0aabf..d8acfad 100644 --- a/addons/video/functions/fnc_videoParser.sqf +++ b/addons/video/functions/fnc_videoParser.sqf @@ -29,7 +29,7 @@ if (isServer) exitWith { _role = [_role] call BIS_fnc_filterString; _name = [_name] call BIS_fnc_filterString; - + _stream_path = _name + "_" + _role + "_" + _uuid_short; armatak_mediamtx_video_stream_instance_address = GETMVAR(instance_address,false); @@ -64,6 +64,7 @@ if (isServer) exitWith { GETVAR((this select 0),GVAR(isStreaming),false) } ] call ace_interact_menu_fnc_createAction; + [ "Man", 1,