zSkullfox

Untitled

Jun 28th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. class CfgPatches {
  2. class secondary_weapons_fix {
  3. units[] = {};
  4. weapons[] = {};
  5. requiredAddons[] = {"secondary_weapons"};
  6. };
  7. };
  8.  
  9.  
  10. class CfgFunctions
  11. {
  12. class secondary_weapons
  13. {
  14. class Bootstrap
  15. {
  16. class postInit{postInit=1;file="\secondary_weapons_fix\functions\fn_postInit.sqf";};
  17. class preInit{preInit=1;file="\secondary_weapons\bootstrap\fn_preInit.sqf";};
  18. };
  19. };
  20. };
Add Comment
Please, Sign In to add comment