mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 14:43:29 +00:00
formatted
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user