Advertisement
Guest User

Untitled

a guest
May 25th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. class 75th_cap_sordinsforward_Virus_F : 75th_cap_sordinsforward_base_F
  2. {
  3. scope = 2;
  4. displayName = "[-75th-] Cap with MSA Sordins, forward (Virus)";
  5.  
  6. hiddenSelections[] = {"camo_1"};
  7. hiddenSelectionsTextures[] = {"75th_customgear\cap\data\cap_virus_co.paa"};
  8. };
  9.  
  10. class 75th_cap_sordinsbackward_Virus_F : 75th_cap_sordinsbackward_base_F
  11. {
  12. scope = 2;
  13. displayName = "[-75th-] Cap with MSA Sordins, backward (Virus)";
  14.  
  15. hiddenSelections[] = {"camo_1"};
  16. hiddenSelectionsTextures[] = {"75th_customgear\cap\data\cap_virus_co.paa"};
  17. };
  18.  
  19. class 75th_cap_peltorsforward_Kowalski_F : 75th_cap_peltorsforward_base_F
  20. {
  21. scope = 2;
  22. displayName = "[-75th-] Cap with Peltor Comtacs, forward (Kowalski)";
  23.  
  24. hiddenSelections[] = {"camo_1","camo_2"};
  25. hiddenSelectionsTextures[] = {"75th_customgear\cap\data\cap_kowalski_co.paa","75th_customgear\norailhelmet\data\helmet_co.paa"};
  26. };
  27.  
  28. class 75th_cap_peltorsbackward_Kowalski_F : 75th_cap_peltorsbackward_base_F
  29. {
  30. scope = 2;
  31. displayName = "[-75th-] Cap with Peltor Comtacs, backward (Kowalski)";
  32.  
  33. hiddenSelections[] = {"camo_1","camo_2"};
  34. hiddenSelectionsTextures[] = {"75th_customgear\cap\data\cap_kowalski_co.paa","75th_customgear\norailhelmet\data\helmet_co.paa"};
  35. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement