@@ -27,11 +27,9 @@ if (isMultiplayer) then {
2727 _revive_activated = paramsArray select 0 ; // Revives, true or false
2828 DUWSMP_CP_death_cost = paramsArray select 1 ;
2929 if (support_armory_available) then {
30- hq_blu1 addaction [" <t color='#ff0066'>Armory 1 (VAS)</t>" ," VAS\open.sqf" , " " , 0 , true , true , " " , " _this == player" ];
31- hq_blu1 addaction [" <t color='#ff0066'>Armory 2 (VA)</t>" ," bisArsenal.sqf" , " " , 0 , true , true , " " , " _this == player" ];
30+ hq_blu1 addaction [" <t color='#ff0066'>Armory (VA)</t>" ," bisArsenal.sqf" , " " , 0 , true , true , " " , " _this == player" ];
3231 {
33- _x addaction [" <t color='#ff0066'>Armory 1 (VAS)</t>" ," VAS\open.sqf" , " " , 0 , true , true , " " , " _this == player" ];
34- _x addaction [" <t color='#ff0066'>Armory 2 (VA)</t>" ," bisArsenal.sqf" , " " , 0 , true , true , " " , " _this == player" ];
32+ _x addaction [" <t color='#ff0066'>Armory (VA)</t>" ," bisArsenal.sqf" , " " , 0 , true , true , " " , " _this == player" ];
3533 } forEach (Array_of_FOBS);
3634 };
3735
@@ -42,11 +40,9 @@ if (isMultiplayer) then {
4240 }];
4341 " support_specialized_training_available" addPublicVariableEventHandler {lbSetColor [2103 , 11 , [0 , 1 , 0 , 1 ]];};
4442 " support_armory_available" addPublicVariableEventHandler {
45- hq_blu1 addaction [" <t color='#ff0066'>Armory 1 (VAS)</t>" ," VAS\open.sqf" , " " , 0 , true , true , " " , " _this == player" ];
46- hq_blu1 addaction [" <t color='#ff0066'>Armory 2 (VA)</t>" ," bisArsenal.sqf" , " " , 0 , true , true , " " , " _this == player" ];
43+ hq_blu1 addaction [" <t color='#ff0066'>Armory (VA)</t>" ," bisArsenal.sqf" , " " , 0 , true , true , " " , " _this == player" ];
4744 {
48- _x addaction [" <t color='#ff0066'>Armory 1 (VAS)</t>" ," VAS\open.sqf" , " " , 0 , true , true , " " , " _this == player" ];
49- _x addaction [" <t color='#ff0066'>Armory 2 (VA)</t>" ," bisArsenal.sqf" , " " , 0 , true , true , " " , " _this == player" ];
45+ _x addaction [" <t color='#ff0066'>Armory (VA)</t>" ," bisArsenal.sqf" , " " , 0 , true , true , " " , " _this == player" ];
5046 } forEach (Array_of_FOBS);
5147 lbSetColor [2103 , 5 , [0 , 1 , 0 , 1 ]];
5248 };
0 commit comments