@@ -46,7 +46,7 @@ _markerstr setMarkerShape "ICON";
4646str (_markername ) setMarkerType " loc_Bunker" ;
4747str (_markername ) setMarkerColor " ColorBLUFOR" ;
4848str (_markername ) setMarkerText format [" FOB %1" ,_fobname ];
49- str (_markername ) setMarkerSize [2.5 , 2.5 ];
49+ str (_markername ) setMarkerSize [2.5 , 2.5 ];
5050
5151
5252
@@ -59,13 +59,19 @@ DUWS_fnc_fob = {
5959 _this addaction [" <t color='#ff00ff'>Player stats</t>" ," dialog\info\info.sqf" , " " , 0 , true , true , " " , " _this == player" ];
6060 _this addaction [" <t color='#15ff00'>Request ammobox drop(2CP)</t>" ," support\fob_ammobox.sqf" , " " , 0 , true , true , " " , " _this == player" ];
6161 _this addaction [" <t color='#ffb700'>Squad manager</t>" ," dialog\squad\squadmng.sqf" , " " , 0 , true , true , " " , " _this == player" ];
62- _this addaction [" <t color='#ffb700'>FOB manager</t>" ," dialog\fob\FOBmanageropen.sqf" , " " , 0 , true , true , " " , " _this == player" ];
62+ _this addaction [" <t color='#ffb700'>FOB manager</t>" ," dialog\fob\FOBmanageropen.sqf" , " " , 0 , true , true , " " , " _this == player" ];
63+ if (support_armory_available) then {
64+ _this addaction [" <t color='#ff0066'>Armory 1 (VAS)</t>" ," VAS\open.sqf" , " " , 0 , true , true , " " , " _this == player" ];
65+ };
66+ if (support_armory_available) then {
67+ _this addaction [" <t color='#ff0066'>Armory 2 (VA)</t>" ," va.sqf" , " " , 0 , true , true , " " , " _this == player" ];
68+ };
6369 if (isServer ) then {
6470 _this addaction [" <t color='#00b7ff'>Rest (wait/save)</t>" ," savegame.sqf" , " " , 0 , true , true , " " , " _this == player" ];
6571 };
6672 if (! isServer ) then {
6773 _this addaction [" <t color='#00b7ff'>Rest</t>" ," savegameClient.sqf" , " " , 0 , true , true , " " , " _this == player" ];
68- };
74+ };
6975};
7076[_fob ," DUWS_fnc_fob" ,true ,true ] spawn BIS_fnc_MP ; // [_fob,"DUWS_fnc_fob",nil,true] spawn BIS_fnc_MP;
7177
@@ -114,4 +120,4 @@ sleep 1;
114120sleep 600 ;
115121_art = [player1," fob_support" ] call BIS_fnc_addCommMenuItem ;
116122
117- // Land_Cargo_HQ_V1_F
123+ // Land_Cargo_HQ_V1_F
0 commit comments