Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Config.Uniforms = {
  2. mechanic_wear = {
  3. male = {
  4. ['tshirt_1'] = 90, ['tshirt_2'] = 1,
  5. ['torso_1'] = 147, ['torso_2'] = 3,
  6. ['decals_1'] = 0, ['decals_2'] = 0,
  7. ['arms'] = 33,
  8. ['pants_1'] = 66, ['pants_2'] = 3,
  9. ['shoes_1'] = 25, ['shoes_2'] = 0,
  10. ['chain_1'] = 0, ['chain_2'] = 0
  11. },
  12. female = {
  13. ['tshirt_1'] = 54, ['tshirt_2'] = 0,
  14. ['torso_1'] = 144, ['torso_2'] = 3,
  15. ['decals_1'] = 0, ['decals_2'] = 0,
  16. ['arms'] = 36,
  17. ['pants_1'] = 68, ['pants_2'] = 3,
  18. ['shoes_1'] = 25, ['shoes_2'] = 0,
  19. ['chain_1'] = 0, ['chain_2'] = 0
  20. }
  21. },
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement