fn_closeDetails.sqf 275 B

1234567891011
  1. /*
  2. File: fn_closeDetails.sqf
  3. Author: TAW_Tonic
  4. Description:
  5. Quick like Macro for closing the details menu, doesn't work within macros.sqf
  6. */
  7. #include "macro.sqf"
  8. ctrlShow [VAS_detail_mags_list,false];
  9. ctrlShow[VAS_detail_mags,false];
  10. ctrlShow [VAS_detail_magsbg,false];