formatted

This commit is contained in:
Valmo Trindade
2025-11-22 14:04:33 -03:00
parent 5862404049
commit 33d7821552
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,6 @@ if ((typeOf (vehicle _unit) != typeOf _unit) or ((_unit_type select 0) == "Vehic
_role = "a-" + _affiliation + "-" + _type; _role = "a-" + _affiliation + "-" + _type;
armatak_attribute_marker_type = _unit getVariable "armatak_attribute_marker_type"; armatak_attribute_marker_type = _unit getVariable "armatak_attribute_marker_type";
if (!isNil "armatak_attribute_marker_type" or armatak_attribute_marker_type != '') then { if (!isNil "armatak_attribute_marker_type" or armatak_attribute_marker_type != '') then {

View File

@@ -29,7 +29,7 @@ if (isServer) exitWith {
_role = [_role] call BIS_fnc_filterString; _role = [_role] call BIS_fnc_filterString;
_name = [_name] call BIS_fnc_filterString; _name = [_name] call BIS_fnc_filterString;
_stream_path = _name + "_" + _role + "_" + _uuid_short; _stream_path = _name + "_" + _role + "_" + _uuid_short;
armatak_mediamtx_video_stream_instance_address = GETMVAR(instance_address,false); armatak_mediamtx_video_stream_instance_address = GETMVAR(instance_address,false);
@@ -64,6 +64,7 @@ if (isServer) exitWith {
GETVAR((this select 0),GVAR(isStreaming),false) GETVAR((this select 0),GVAR(isStreaming),false)
} }
] call ace_interact_menu_fnc_createAction; ] call ace_interact_menu_fnc_createAction;
[ [
"Man", "Man",
1, 1,