config.cpp 446 B

12345678910111213141516171819202122232425262728293031
  1. #include "../../../RD501_main/config_macros.hpp"
  2. #include "../../_common/common.hpp"
  3. class CfgPatches
  4. {
  5. class macro_patch_name(super_mg)
  6. {
  7. author=DANKAUTHORS;
  8. addonRootClass= macro_patch_name(vehicle_weapons)
  9. requiredAddons[]=
  10. {
  11. macro_patch_name(vehicle_weapons)
  12. };
  13. requiredVersion=0.1;
  14. units[]={};
  15. weapons[]={
  16. macro_new_weapon(super_mg,z6),
  17. macro_new_weapon(super_mg,dlt19)
  18. };
  19. };
  20. };
  21. class CfgWeapons
  22. {
  23. };