mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 09:33: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 {
|
||||||
|
|||||||
@@ -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