Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. class habitvp {
  2. title = "Equipement VP";
  3. license = "";
  4. side = "cop";
  5. uniforms[] = {
  6. { "NONE", "Retirer sa tenue", 0, { "", "", -1 } },
  7. { "pm_polo_stagiaire_1v", "", 1, { "", "", -1 } },
  8. { "pm_polo_titulaire_2v", "", 1, { "", "", -1 } },
  9. { "pm_polo_gardien_principal_3v", "", 1, { "", "", -1 } },
  10. { "pm_polo_brigadier_chef", "", 1, { "", "", -1 } },
  11. { "pm_polo_chef_police", "", 1, { "", "", -1 } },
  12. { "pm_polo_blanc_stagiaire_1v", "", 1, { "", "", -1 } },
  13. { "pm_polo_blanc_titulaire_2v", "", 1, { "", "", -1 } },
  14. { "pm_polo_blanc_gardien_principal_3v", "", 1, { "", "", -1 } },
  15. { "pm_polo_blanc_brigadier_chef", "", 1, { "", "", -1 } },
  16. { "pm_polo_blanc_chef_police", "", 1, { "", "", -1 } }
  17. };
  18. headgear[] = {
  19. { "NONE", "Retirer son casque", 0, { "", "", -1 } },
  20. { "pm_casquette", "", 1, { "", "", -1 } }
  21. };
  22. goggles[] = {
  23. { "NONE", "Retirer ces lunette", 0, { "", "", -1 } },
  24. { "G_Squares", "", 1, { "", "", -1 } },
  25. { "G_Shades_Blue", "", 1, { "", "", -1 } },
  26. { "G_Sport_Blackred", "", 1, { "", "", -1 } },
  27. { "G_Sport_Checkered", "", 1, { "", "", -1 } },
  28. { "G_Sport_Blackyellow", "", 1, { "", "", -1 } },
  29. { "G_Sport_BlackWhite", "", 1, { "", "", -1 } },
  30. { "G_Shades_Black", "", 1, { "", "", -1 } },
  31. { "G_Lowprofile", "", 1, { "", "", -1 } },
  32. { "G_Combat", "", 1, { "", "", -1 } },
  33. { "G_Aviator", "", 1, { "", "", -1 } },
  34. { "G_Lady_Mirror", "", 1, { "", "", -1 } },
  35. { "G_Lady_Dark", "", 1, { "", "", -1 } },
  36. { "G_Lady_Blue", "", 1, { "", "", -1 } },
  37. { "G_Diving", "", 1, { "", "", -1 } }
  38. };
  39. vests[] = {
  40. { "NONE", "Retirer son gilet", 0, { "", "", -1 } }
  41. };
  42. backpacks[] = {
  43. { "NONE", "Retirer son sac", 0, { "", "", -1 } },
  44. { "pm_sac_invisible", "", 1, { "", "", -1 } }
  45. };
  46. };
  47. class habitinter {
  48. title = "Equipement Intervention";
  49. license = "";
  50. side = "cop";
  51. uniforms[] = {
  52. { "NONE", "Retirer sa tenue", 0, { "", "", -1 } },
  53. { "pm_veste_blanche", "", 1, { "", "", -1 } },
  54. { "pm_veste", "", 1, { "", "", -1 } },
  55. { "pm_veste_cyno", "", 1, { "", "", -1 } },
  56. { "pm_base", "", 1, { "", "", -1 } }
  57. };
  58. headgear[] = {
  59. { "NONE", "Retirer son casque", 0, { "", "", -1 } },
  60. { "pm_casquette", "", 1, { "", "", -1 } }
  61. };
  62. goggles[] = {
  63. { "NONE", "Retirer ces lunette", 0, { "", "", -1 } },
  64. { "G_Squares", "", 1, { "", "", -1 } },
  65. { "G_Shades_Blue", "", 1, { "", "", -1 } },
  66. { "G_Sport_Blackred", "", 1, { "", "", -1 } },
  67. { "G_Sport_Checkered", "", 1, { "", "", -1 } },
  68. { "G_Sport_Blackyellow", "", 1, { "", "", -1 } },
  69. { "G_Sport_BlackWhite", "", 1, { "", "", -1 } },
  70. { "G_Shades_Black", "", 1, { "", "", -1 } },
  71. { "G_Lowprofile", "", 1, { "", "", -1 } },
  72. { "G_Combat", "", 1, { "", "", -1 } },
  73. { "G_Aviator", "", 1, { "", "", -1 } },
  74. { "G_Lady_Mirror", "", 1, { "", "", -1 } },
  75. { "G_Lady_Dark", "", 1, { "", "", -1 } },
  76. { "G_Lady_Blue", "", 1, { "", "", -1 } },
  77. { "G_Diving", "", 1, { "", "", -1 } }
  78. };
  79. vests[] = {
  80. { "NONE", "Retirer son gilet", 0, { "", "", -1 } },
  81. { "pm_gilet_stagiaire_1v", "", 1, { "", "", -1 } },
  82. { "pm_gilet_titulaire_2v", "", 1, { "", "", -1 } },
  83. { "pm_gilet_gardien_principal_3v", "", 1, { "", "", -1 } },
  84. { "pm_gilet_brigadier_chef", "", 1, { "", "", -1 } },
  85. { "pm_gilet_chef_police", "", 1, { "", "", -1 } }
  86. };
  87. backpacks[] = {
  88. { "NONE", "Retirer son sac", 0, { "", "", -1 } },
  89. { "pm_sac_invisible", "", 1, { "", "", -1 } }
  90. };
  91. };
  92. class habitrm {
  93. title = "Equipement RM";
  94. license = "";
  95. side = "cop";
  96. uniforms[] = {
  97. { "NONE", "Retirer sa tenue", 0, { "", "", -1 } },
  98. { "pm_BMO_1_01", "", 1, { "", "", -1 } },
  99. { "pm_BMO_2_01", "", 1, { "", "", -1 } },
  100. { "pm_BMO_4_01", "", 1, { "", "", -1 } },
  101. { "pm_BMO_6_01", "", 1, { "", "", -1 } }
  102. };
  103. headgear[] = {
  104. { "NONE", "Retirer son casque", 0, { "", "", -1 } },
  105. { "pm_casquette", "", 1, { "", "", -1 } }
  106. };
  107. goggles[] = {
  108. { "NONE", "Retirer ces lunette", 0, { "", "", -1 } },
  109. { "G_Squares", "", 1, { "", "", -1 } },
  110. { "G_Shades_Blue", "", 1, { "", "", -1 } },
  111. { "G_Sport_Blackred", "", 1, { "", "", -1 } },
  112. { "G_Sport_Checkered", "", 1, { "", "", -1 } },
  113. { "G_Sport_Blackyellow", "", 1, { "", "", -1 } },
  114. { "G_Sport_BlackWhite", "", 1, { "", "", -1 } },
  115. { "G_Shades_Black", "", 1, { "", "", -1 } },
  116. { "G_Lowprofile", "", 1, { "", "", -1 } },
  117. { "G_Combat", "", 1, { "", "", -1 } },
  118. { "G_Aviator", "", 1, { "", "", -1 } },
  119. { "G_Lady_Mirror", "", 1, { "", "", -1 } },
  120. { "G_Lady_Dark", "", 1, { "", "", -1 } },
  121. { "G_Lady_Blue", "", 1, { "", "", -1 } },
  122. { "G_Diving", "", 1, { "", "", -1 } }
  123. };
  124. vests[] = {
  125. { "NONE", "Retirer son gilet", 0, { "", "", -1 } }
  126. };
  127. backpacks[] = {
  128. { "NONE", "Retirer son sac", 0, { "", "", -1 } },
  129. { "pm_sac_invisible", "", 1, { "", "", -1 } }
  130. };
  131. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement