Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. class Apache_M52D_Armor: OPTRE_UNSC_M52D_Armor_Rifleman
  2. {
  3. dlc="15th";
  4. author="15th Chibee & Rex";
  5. displayName="[15th] Apache Rifleman (WIP)";
  6. hiddenSelections[]=
  7. {
  8. "camo",
  9. "camo2",
  10. "camo3",
  11. "camo4",
  12. "camo5",
  13. "A_KneesMarLeft",
  14. "A_KneesMarRight",
  15. "A_Ghillie",
  16. "A_TacPad",
  17. "AS_LargeLeft",
  18. "AS_LargeRight",
  19. "AS_MediumLeft",
  20. "AS_MediumRight",
  21. "AS_ODSTCQBLeft",
  22. "AS_ODSTCQBRight",
  23. "AS_ODSTSniperLeft",
  24. "AS_ODSTSniperRight",
  25. "AS_SmallLeft",
  26. "AS_SmallRight",
  27. "AP_AR",
  28. "AP_BR",
  29. "AP_Canteen",
  30. "AP_GL",
  31. "AP_Knife",
  32. "AP_MGThigh",
  33. "AP_AR",
  34. "AP_Pack",
  35. "AP_Pistol",
  36. "AP_Rounds",
  37. "AP_SG",
  38. "AP_SMG",
  39. "AP_Sniper",
  40. "AP_Thigh",
  41. "AP_Frag",
  42. "AP_Smoke",
  43. "APO_AR",
  44. "APO_BR",
  45. "APO_Knife",
  46. "APO_SMG",
  47. "APO_Sniper"
  48. };
  49. hiddenSelectionsTextures[]=
  50. {
  51. "OPTRE_UNSC_Units\Army\data\vest_odst_co.paa",
  52. "optre_unsc_units\army\data\armor_odst_co.paa",
  53. "15Armor\data\BlackLegs_co.paa",
  54. "optre_unsc_units\army\data\ghillie_woodland_co.paa",
  55. "15Armor\data\ApacheArmor_co.paa"
  56. };
  57. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement