Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. // #include "BIS_AddonInfo.hpp"
  2. class CfgPatches
  3. {
  4. class Texture_Test
  5. {
  6. units[]={};
  7. weapons[]={};
  8. requiredVersion=0.1;
  9. requiredAddons[]=
  10. {
  11. "DZ_Characters",
  12. "DZ_Characters_Backpacks",
  13. "DZ_Characters_Pants",
  14. "DZ_Characters_Tops",
  15. "DZ_Gear_Containers",
  16. "DZ_Characters_Headgear",
  17. "DZ_Data"
  18. };
  19. };
  20. };
  21. class cfgVehicles
  22. {
  23. class HuntingBag;
  24. class HuntingBag_Black: HuntingBag
  25. {
  26. displayName="Black Hunting Backpack";
  27. descriptionShort="A black hunting backpack";
  28. scope=2;
  29. hiddenSelectionsTextures[]=
  30. {
  31. "Texture_Test\Data\TextureTest\hunting_black_co_co.paa",
  32. "Texture_Test\Data\TextureTest\hunting_black_co_co.paa",
  33. "Texture_Test\Data\TextureTest\hunting_black_co_co.paa"
  34. };
  35. };
  36. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement