This commit is the equivalent of a atomic bomb
This commit is contained in:
17
braf_armored/BRAF_LMV/LMV_Intercom.hpp
Normal file
17
braf_armored/BRAF_LMV/LMV_Intercom.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
class AcreRacks {
|
||||
class Rack {
|
||||
displayName = "Dashboard Lower"; // Name displayed in the interaction menu
|
||||
shortName = "D.Low"; // Short name displayed on the HUD. Maximum of 5 characters
|
||||
componentName = "ACRE_VRC103"; // Rack type (able to mount a PRC117F)
|
||||
allowedPositions[] = {"driver", {"cargo", 0} }; // Who can configure the radio and open the radio GUI. Same wildcards as the intercom. It also allows transmitting/receiving
|
||||
disabledPositions[] = {};
|
||||
defaultComponents[] = {};
|
||||
mountedRadio = "ACRE_PRC117F"; // Predefined mounted radio
|
||||
isRadioRemovable = 0; // Radio cannot be removed
|
||||
intercom[] = {}; // Radio not wired to any intercom. All units in intercom can receive/send transmittions (ACE3 interaction menu) but they cannot manipulate the radio (GUI interface)
|
||||
};
|
||||
};
|
||||
|
||||
tf_isolatedAmount = 0.4;
|
||||
tf_RadioType = "braf_radio_backpack_olive_notvp";
|
||||
tf_hasLRradio = 1;
|
||||
Reference in New Issue
Block a user