XEH_preInit.sqf 1016 B

1234567891011121314151617181920
  1. [
  2. "RD501_Radio_Dialog_Selector_Enabled", //Global Var Name
  3. "CHECKBOX", //Setting Type
  4. "RD501 Radio Dialog Enabled", //Setting Name
  5. "RD501 Radio Dialog Selector", //Setting Category
  6. false, //Default
  7. 2 //1: cannot be set by clients, 2: can be set by clients
  8. ] call CBA_fnc_addSetting;
  9. [
  10. "RD501_Radio_Dialog_Selector_Dialog", //Global Var Name
  11. "LIST", //Setting Type
  12. "RD501 Radio Dialog", //Setting Name
  13. "RD501 Radio Dialog Selector", //Setting Category
  14. [
  15. ["rt1523g_radio_dialog", "anprc155_radio_dialog", "mr3000_radio_dialog", "anarc210_radio_dialog", "anarc164_radio_dialog", "mr6000l_radio_dialog", "JLTS_clone_rto_radio_dialog", "JLTS_clone_lr_programmer_radio_dialog"], //Options
  16. ["RT1523G (Bluefor)", "MR6000L (Greenfor)", "MR3000 (Opfor)", "AN/ARC-210 (Bluefor Vehicle)", "AN/ARC-164 (Greenfor Vehicle)", "MR6000L (Opfor Vehicle)", "RTdv-700 (JLTS)", "RTdv-700 (JLTS Mini)"], //Option Names
  17. 0 //Default
  18. ],
  19. 2 //1: cannot be set by clients, 2: can be set by clients
  20. ] call CBA_fnc_addSetting;