Advertisement
Guest User

Untitled

a guest
May 27th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. class CfgPatches {
  2. class ED4_Weapons_A3 {
  3. units[] = {};
  4. weapons[] = {};
  5. requiredAddons[] = {"A3_Weapons_F"};
  6. requiredVersion = 1;
  7. };
  8. };
  9.  
  10. class CfgWeapons
  11. {
  12. class ItemCore;
  13. class ToolKitItem;
  14. class ToolKit: ItemCore
  15. {
  16. scope = 2;
  17. displayName = "$STR_A3_cfgWeapons_ToolKit0";
  18. descriptionShort = "$STR_A3_cfgWeapons_ToolKit1";
  19. picture = "\A3\Weapons_F\Items\data\UI\gear_Toolkit_CA.paa";
  20. model = "\A3\Weapons_F\Items\Toolkit";
  21. class ItemInfo: ToolKitItem
  22. {
  23. mass = 20;
  24. uniformModel = "\A3\Weapons_F\Items\Toolkit";
  25. };
  26. };
  27. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement