Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. class CfgPatches
  2. {
  3. class vest_test
  4. {
  5. author="Tomoe";
  6. units[]={};
  7. weapons[]=
  8. {
  9. "V_PlateCarrierA1_oli",
  10. "V_PlateCarrierA2_oli"
  11. };
  12. requiredversion=1.0;
  13. requiredAddons[]=
  14. {
  15. "A3_Data_F",
  16. "A3_Weapons_F"
  17. };
  18. };
  19. };
  20.  
  21. class CfgWeapons
  22. {
  23. class V_PlateCarrierA1_dgtl;
  24. class V_PlateCarrierA1_oli: V_PlateCarrierA1_dgtl
  25. {
  26. displayName="GA Carrier Lite (Olive)";
  27. DLC="Mark";
  28. hiddenSelectionsTextures[]=
  29. {
  30. "\A3\Characters_F_Mark\INDEP\Data\equip_ia_vest01_oli_co.paa"
  31. };
  32. };
  33. class V_PlateCarrierA2_dgtl;
  34. class V_PlateCarrierA2_oli: V_PlateCarrierA2_dgtl
  35. {
  36. displayName="GA Carrier Rig (Olive)";
  37. DLC="Mark";
  38. hiddenSelectionsTextures[]=
  39. {
  40. "\A3\Characters_F_Mark\INDEP\Data\equip_ia_vest01_oli_co.paa"
  41. };
  42. };
  43. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement