Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. class secu {
  2. title = "STR_Shops_C_secu";
  3. conditions = "license_civ_secu";
  4. side = "civ";
  5. uniforms[] = { // Tenue
  6. { "NONE", $STR_C_Remove_uniforms, 0, "" },
  7. // Structure : { "Nom_de_class", "Nom_afficher", 0, "Condition"},
  8. { "RH_Uniform", "Treillis sécurité", 300, ""}
  9. };
  10. headgear[] = { // Casque
  11. { "NONE", $STR_C_Remove_headgear, 0, "" },
  12. { "RH_Beret", "Béret sécurité", 100, ""},
  13. { "RH_Helmet", "Casque sécurité", 100, ""}
  14. };
  15. goggles[] = { // Lunette
  16. { "NONE", $STR_C_Remove_goggles, 0, "" },
  17. { "G_Shades_Black", "", 5, "" },
  18. { "G_Shades_Blue", "", 5, "" },
  19. { "G_Shades_Green", "", 5, "" },
  20. { "G_Shades_Red", "", 5, "" },
  21. { "G_Sport_Blackred", "", 8, "" },
  22. { "G_Sport_BlackWhite", "",8, "" },
  23. { "G_Sport_Blackyellow", "", 8, "" },
  24. { "G_Sport_Checkered", "", 8, "" },
  25. { "G_Sport_Greenblack", "", 8, "" },
  26. { "G_Sport_Red", "", 8, "" },
  27. { "G_Lowprofile", "", 12, "" },
  28. { "G_Squares", "", 12, "" },
  29. { "G_Aviator", "", 12, "" },
  30. { "G_Combat", "", 12, "" },
  31. { "G_Lady_Mirror", "", 12, "" },
  32. { "G_Lady_Dark", "", 12, "" },
  33. { "G_Lady_Blue", "", 12, "" }
  34. };
  35. vests[] = { // Gilet
  36. { "NONE", $STR_C_Remove_vests, 0, "" },
  37. { "RH_Vest", "Gilet tactique sécurité", 100, "" },
  38.  
  39. };
  40. backpacks[] = { // Sac
  41. { "NONE", $STR_C_Remove_backpacks, 0, "" },
  42. { "B_ViperLightHarness_blk_F", "", 50, ""}
  43. };
  44. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement