Advertisement
Guest User

stroje lspd

a guest
Nov 18th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.71 KB | None | 0 0
  1. 1. Config.Uniforms = {
  2. 2. cadet_wear = {
  3. 3. male = {
  4. 4. ['tshirt_1'] = 38, ['tshirt_2'] = 0,
  5. 5. ['torso_1'] = 55, ['torso_2'] = 0,
  6. 6. ['bproof_1'] = 10, ['bproof_2'] = 0,
  7. 7. ['decals_1'] = 0, ['decals_2'] = 0,
  8. 8. ['arms'] = 30, ['arms_2'] = 0,
  9. 9. ['pants_1'] = 52, ['pants_2'] = 1,
  10. 10. ['shoes_1'] = 25, ['shoes_2'] = 0,
  11. 11. ['helmet_1'] = 1, ['helmet_2'] = 0,
  12. 12. ['chain_1'] = 8, ['chain_2'] = 0,
  13. 13. ['ears_1'] = -1, ['ears_2'] = 0
  14. 14. },
  15. 15. female = {
  16. 16. ['tshirt_1'] = 52, ['tshirt_2'] = 1,
  17. 17. ['torso_1'] = 90, ['torso_2'] = 0,
  18. 18. ['bproof_1'] = 12, ['bproof_2'] = 2,
  19. 19. ['decals_1'] = 0, ['decals_2'] = 0,
  20. 20. ['arms'] = 23,
  21. 21. ['pants_1'] = 31, ['pants_2'] = 2,
  22. 22. ['shoes_1'] = 9, ['shoes_2'] = 0,
  23. 23. ['helmet_1'] = 13, ['helmet_2'] = 1,
  24. 24. ['chain_1'] = 6, ['chain_2'] = 0,
  25. 25. ['ears_1'] = -1, ['ears_2'] = 0
  26. 26. }
  27. 27. },
  28. 28. police_wear = {
  29. 29. male = {
  30. 30. ['tshirt_1'] = 38, ['tshirt_2'] = 0,
  31. 31. ['torso_1'] = 55, ['torso_2'] = 2,
  32. 32. ['decals_1'] = 0, ['decals_2'] = 0,
  33. 33. ['arms'] = 30, ['arms_2'] = 0,
  34. 34. ['pants_1'] = 52, ['pants_2'] = 0,
  35. 35. ['shoes_1'] = 25, ['shoes_2'] = 0,
  36. 36. ['helmet_1'] = 1, ['helmet_2'] = 0,
  37. 37. ['chain_1'] = 8, ['chain_2'] = 0,
  38. 38. ['ears_1'] = -1, ['ears_2'] = 0,
  39. 39. ['bproof_1'] = 13, ['bproof_2'] = 0
  40. 40. },
  41. 41. female = {
  42. 42. ['tshirt_1'] = 52, ['tshirt_2'] = 1,
  43. 43. ['torso_1'] = 90, ['torso_2'] = 0,
  44. 44. ['bproof_1'] = 12, ['bproof_2'] = 2,
  45. 45. ['decals_1'] = 0, ['decals_2'] = 0,
  46. 46. ['arms'] = 23,
  47. 47. ['pants_1'] = 31, ['pants_2'] = 2,
  48. 48. ['shoes_1'] = 9, ['shoes_2'] = 0,
  49. 49. ['helmet_1'] = 13, ['helmet_2'] = 1,
  50. 50. ['chain_1'] = 6, ['chain_2'] = 0,
  51. 51. ['ears_1'] = -1, ['ears_2'] = 0
  52. 52. }
  53. 53. },
  54. 54. sergeant_wear = {
  55. 55. male = {
  56. 56. ['tshirt_1'] = 38, ['tshirt_2'] = 0,
  57. 57. ['torso_1'] = 200, ['torso_2'] = 1,
  58. 58. ['decals_1'] = 15, ['decals_2'] = 2,
  59. 59. ['arms'] = 31, ['arms_2'] = 0,
  60. 60. ['pants_1'] = 52, ['pants_2'] = 0,
  61. 61. ['shoes_1'] = 25, ['shoes_2'] = 0,
  62. 62. ['helmet_1'] = 1, ['helmet_2'] = 0,
  63. 63. ['chain_1'] = 8, ['chain_2'] = 0,
  64. 64. ['ears_1'] = -1, ['ears_2'] = 0,
  65. 65. ['bproof_1'] = 13, ['bproof_2'] = 0
  66. 66. },
  67. 67. female = {
  68. 68. ['tshirt_1'] = 52, ['tshirt_2'] = 1,
  69. 69. ['torso_1'] = 90, ['torso_2'] = 0,
  70. 70. ['bproof_1'] = 12, ['bproof_2'] = 2,
  71. 71. ['decals_1'] = 0, ['decals_2'] = 0,
  72. 72. ['arms'] = 23,
  73. 73. ['pants_1'] = 31, ['pants_2'] = 2,
  74. 74. ['shoes_1'] = 9, ['shoes_2'] = 0,
  75. 75. ['helmet_1'] = 13, ['helmet_2'] = 1,
  76. 76. ['chain_1'] = 6, ['chain_2'] = 0,
  77. 77. ['ears_1'] = -1, ['ears_2'] = 0
  78. 78. }
  79. 79. },
  80. 80. lieutenant_wear = {
  81. 81. male = {
  82. 82. ['tshirt_1'] = 38, ['tshirt_2'] = 0,
  83. 83. ['torso_1'] = 73, ['torso_2'] = 17,
  84. 84. ['decals_1'] = 0, ['decals_2'] = 0,
  85. 85. ['arms'] = 30, ['arms_2'] = 0,
  86. 86. ['pants_1'] = 33, ['pants_2'] = 0,
  87. 87. ['shoes_1'] = 25, ['shoes_2'] = 0,
  88. 88. ['helmet_1'] = 10, ['helmet_2'] = 6,
  89. 89. ['chain_1'] = 8, ['chain_2'] = 0,
  90. 90. ['ears_1'] = -1, ['ears_2'] = 0,
  91. 91. ['bproof_1'] = 13, ['bproof_2'] = 0
  92. 92. },
  93. 93. female = {
  94. 94. ['tshirt_1'] = 52, ['tshirt_2'] = 1,
  95. 95. ['torso_1'] = 90, ['torso_2'] = 0,
  96. 96. ['bproof_1'] = 12, ['bproof_2'] = 2,
  97. 97. ['decals_1'] = 0, ['decals_2'] = 0,
  98. 98. ['arms'] = 23,
  99. 99. ['pants_1'] = 31, ['pants_2'] = 2,
  100. 100. ['shoes_1'] = 9, ['shoes_2'] = 0,
  101. 101. ['helmet_1'] = 13, ['helmet_2'] = 1,
  102. 102. ['chain_1'] = 6, ['chain_2'] = 0,
  103. 103. ['ears_1'] = -1, ['ears_2'] = 0
  104. 104. }
  105. 105. },
  106. 106. commandant_wear = {
  107. 107. male = {
  108. 108. ['tshirt_1'] = 38, ['tshirt_2'] = 0,
  109. 109. ['bproof_1'] = 13, ['bproof_2'] = 0,
  110. 110. ['torso_1'] = 73, ['torso_2'] = 17,
  111. 111. ['decals_1'] = 0, ['decals_2'] = 0,
  112. 112. ['arms'] = 30,
  113. 113. ['pants_1'] = 33, ['pants_2'] = 0,
  114. 114. ['shoes_1'] = 25, ['shoes_2'] = 0,
  115. 115. ['helmet_1'] = 44, ['helmet_2'] = 1,
  116. 116. ['chain_1'] = 8, ['chain_2'] = 0,
  117. 117. ['ears_1'] = -1, ['ears_2'] = 0
  118. 118. },
  119. 119. female = {
  120. 120. ['tshirt_1'] = 52, ['tshirt_2'] = 1,
  121. 121. ['torso_1'] = 90, ['torso_2'] = 0,
  122. 122. ['bproof_1'] = 12, ['bproof_2'] = 2,
  123. 123. ['decals_1'] = 0, ['decals_2'] = 0,
  124. 124. ['arms'] = 23,
  125. 125. ['pants_1'] = 31, ['pants_2'] = 2,
  126. 126. ['shoes_1'] = 9, ['shoes_2'] = 0,
  127. 127. ['helmet_1'] = 13, ['helmet_2'] = 1,
  128. 128. ['chain_1'] = 6, ['chain_2'] = 0,
  129. 129. ['ears_1'] = -1, ['ears_2'] = 0
  130. 130. }
  131. 131. },
  132. 132. galowy_wear = {
  133. 133. male = {
  134. 134. ['tshirt_1'] = 10, ['tshirt_2'] = 0,
  135. 135. ['bproof_1'] = 0, ['bproof_2'] = 0,
  136. 136. ['torso_1'] = 10, ['torso_2'] = 3,
  137. 137. ['decals_1'] = 0, ['decals_2'] = 0,
  138. 138. ['arms'] = 77,
  139. 139. ['pants_1'] = 24, ['pants_2'] = 2,
  140. 140. ['shoes_1'] = 10, ['shoes_2'] = 0,
  141. 141. ['helmet_1'] = 1, ['helmet_2'] = 0,
  142. 142. ['chain_1'] = 0, ['chain_2'] = 0,
  143. 143. ['ears_1'] = -1, ['ears_2'] = 0
  144. 144. },
  145. 145. female = {
  146. 146. ['tshirt_1'] = 52, ['tshirt_2'] = 1,
  147. 147. ['torso_1'] = 90, ['torso_2'] = 0,
  148. 148. ['bproof_1'] = 12, ['bproof_2'] = 2,
  149. 149. ['decals_1'] = 0, ['decals_2'] = 0,
  150. 150. ['arms'] = 23,
  151. 151. ['pants_1'] = 31, ['pants_2'] = 2,
  152. 152. ['shoes_1'] = 9, ['shoes_2'] = 0,
  153. 153. ['helmet_1'] = 13, ['helmet_2'] = 1,
  154. 154. ['chain_1'] = 6, ['chain_2'] = 0,
  155. 155. ['ears_1'] = -1, ['ears_2'] = 0
  156. 156. }
  157. 157. },
  158. 158. bullet_wear = {
  159. 159. male = {
  160. 160. ['bproof_1'] = 12, ['bproof_2'] = 3,
  161. 161. },
  162. 162. female = {
  163. 163. ['bproof_1'] = 12, ['bproof_2'] = 3,
  164. 164. }
  165. 165. },
  166. 166. bojowy_wear = {
  167. 167. male = {
  168. 168. ['tshirt_1'] = 15, ['tshirt_2'] = 0,
  169. 169. ['bproof_1'] = 16, ['bproof_2'] = 2,
  170. 170. ['torso_1'] = 93, ['torso_2'] = 1,
  171. 171. ['decals_1'] = 0, ['decals_2'] = 0,
  172. 172. ['arms'] = 30,
  173. 173. ['pants_1'] = 31, ['pants_2'] = 0,
  174. 174. ['shoes_1'] = 25, ['shoes_2'] = 0,
  175. 175. ['helmet_1'] = 75, ['helmet_2'] = 0,
  176. 176. ['chain_1'] = 8, ['chain_2'] = 0,
  177. 177. ['ears_1'] = -1, ['ears_2'] = 0,
  178. 178. ['mask_1'] = 35, ['mask_2'] = 0
  179. 179. },
  180. 180. female = {
  181. 181. ['tshirt_1'] = 52, ['tshirt_2'] = 1,
  182. 182. ['torso_1'] = 90, ['torso_2'] = 0,
  183. 183. ['bproof_1'] = 12, ['bproof_2'] = 2,
  184. 184. ['decals_1'] = 0, ['decals_2'] = 0,
  185. 185. ['arms'] = 23,
  186. 186. ['pants_1'] = 31, ['pants_2'] = 2,
  187. 187. ['shoes_1'] = 9, ['shoes_2'] = 0,
  188. 188. ['helmet_1'] = 13, ['helmet_2'] = 1,
  189. 189. ['chain_1'] = 6, ['chain_2'] = 0,
  190. 190. ['ears_1'] = -1, ['ears_2'] = 0
  191. 191. }
  192. 192. },
  193. 193. pilot_wear = {
  194. 194. male = {
  195. 195. ['tshirt_1'] = 15, ['tshirt_2'] = 0,
  196. 196. ['bproof_1'] = 13, ['bproof_2'] = 0,
  197. 197. ['torso_1'] = 48, ['torso_2'] = 0,
  198. 198. ['decals_1'] = 0, ['decals_2'] = 0,
  199. 199. ['arms'] = 16,
  200. 200. ['pants_1'] = 30, ['pants_2'] = 0,
  201. 201. ['shoes_1'] = 25, ['shoes_2'] = 0,
  202. 202. ['helmet_1'] = 78, ['helmet_2'] = 0,
  203. 203. ['chain_1'] = 0, ['chain_2'] = 0,
  204. 204. ['ears_1'] = -1, ['ears_2'] = 0
  205. 205. },
  206. 206. female = {
  207. 207. ['tshirt_1'] = 52, ['tshirt_2'] = 1,
  208. 208. ['torso_1'] = 90, ['torso_2'] = 0,
  209. 209. ['bproof_1'] = 12, ['bproof_2'] = 2,
  210. 210. ['decals_1'] = 0, ['decals_2'] = 0,
  211. 211. ['arms'] = 23,
  212. 212. ['pants_1'] = 31, ['pants_2'] = 2,
  213. 213. ['shoes_1'] = 9, ['shoes_2'] = 0,
  214. 214. ['helmet_1'] = 13, ['helmet_2'] = 1,
  215. 215. ['chain_1'] = 6, ['chain_2'] = 0,
  216. 216. ['ears_1'] = -1, ['ears_2'] = 0
  217. 217. }
  218. 218. },
  219. 219. gilet_wear = {
  220. 220. male = {
  221. 221. ['tshirt_1'] = 130, ['tshirt_2'] = 0,
  222. 222. ['torso_1'] = 220, ['torso_2'] = 20,
  223. 223. ['bproof_1'] = 16, ['bproof_2'] = 2,
  224. 224. ['arms'] = 17,
  225. 225. ['pants_1'] = 33, ['pants_2'] = 0,
  226. 226. ['shoes_1'] = 25, ['shoes_2'] = 0,
  227. 227. ['helmet_1'] = 123, ['helmet_2'] = 15,
  228. 228. ['chain_1'] = 125, ['chain_2'] = 0,
  229. 229. ['mask_1'] = 56, ['mask_2'] = 1
  230. 230. },
  231. 231. female = {
  232. 232. ['tshirt_1'] = 130, ['tshirt_2'] = 0,
  233. 233. ['torso_1'] = 220, ['torso_2'] = 2,
  234. 234. ['decals_1'] = 0, ['decals_2'] = 0,
  235. 235. ['arms'] = 17,
  236. 236. ['pants_1'] = 33, ['pants_2'] = 0,
  237. 237. ['shoes_1'] = 25, ['shoes_2'] = 0,
  238. 238. ['helmet_1'] = 123, ['helmet_2'] = 15,
  239. 239. ['chain_1'] = 125, ['chain_2'] = 0,
  240. 240. ['mask_1'] = 56, ['mask_2'] = 1
  241. 241. }
  242. 242. }
  243. 243.
  244. 244. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement