Advertisement
Guest User

Untitled

a guest
Jan 24th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.32 KB | None | 0 0
  1. -- CHECK SKINCHANGER CLIENT MAIN.LUA for matching elements
  2.  
  3. Config.Uniforms = {
  4.     recruit_wear = {
  5.         male = {
  6.             ['tshirt_1'] = 59,  ['tshirt_2'] = 1,
  7.             ['torso_1'] = 55,   ['torso_2'] = 0,
  8.             ['decals_1'] = 0,   ['decals_2'] = 0,
  9.             ['arms'] = 41,
  10.             ['pants_1'] = 25,   ['pants_2'] = 0,
  11.             ['shoes_1'] = 25,   ['shoes_2'] = 0,
  12.             ['helmet_1'] = 46,  ['helmet_2'] = 0,
  13.             ['chain_1'] = 0,    ['chain_2'] = 0,
  14.             ['ears_1'] = 2,     ['ears_2'] = 0
  15.         },
  16.         female = {
  17.             ['tshirt_1'] = 36,  ['tshirt_2'] = 1,
  18.             ['torso_1'] = 48,   ['torso_2'] = 0,
  19.             ['decals_1'] = 0,   ['decals_2'] = 0,
  20.             ['arms'] = 44,
  21.             ['pants_1'] = 34,   ['pants_2'] = 0,
  22.             ['shoes_1'] = 27,   ['shoes_2'] = 0,
  23.             ['helmet_1'] = 45,  ['helmet_2'] = 0,
  24.             ['chain_1'] = 0,    ['chain_2'] = 0,
  25.             ['ears_1'] = 2,     ['ears_2'] = 0
  26.         }
  27.     },
  28.     officer_wear = {
  29.         male = {
  30.             ['tshirt_1'] = 58,  ['tshirt_2'] = 0,
  31.             ['torso_1'] = 55,   ['torso_2'] = 0,
  32.             ['decals_1'] = 0,   ['decals_2'] = 0,
  33.             ['arms'] = 41,
  34.             ['pants_1'] = 25,   ['pants_2'] = 0,
  35.             ['shoes_1'] = 25,   ['shoes_2'] = 0,
  36.             ['helmet_1'] = -1,  ['helmet_2'] = 0,
  37.             ['chain_1'] = 0,    ['chain_2'] = 0,
  38.             ['ears_1'] = 2,     ['ears_2'] = 0
  39.         },
  40.         female = {
  41.             ['tshirt_1'] = 35,  ['tshirt_2'] = 0,
  42.             ['torso_1'] = 48,   ['torso_2'] = 0,
  43.             ['decals_1'] = 0,   ['decals_2'] = 0,
  44.             ['arms'] = 44,
  45.             ['pants_1'] = 34,   ['pants_2'] = 0,
  46.             ['shoes_1'] = 27,   ['shoes_2'] = 0,
  47.             ['helmet_1'] = -1,  ['helmet_2'] = 0,
  48.             ['chain_1'] = 0,    ['chain_2'] = 0,
  49.             ['ears_1'] = 2,     ['ears_2'] = 0
  50.         }
  51.     },
  52.     sergeant_wear = {
  53.         male = {
  54.             ['tshirt_1'] = 58,  ['tshirt_2'] = 0,
  55.             ['torso_1'] = 55,   ['torso_2'] = 0,
  56.             ['decals_1'] = 8,   ['decals_2'] = 1,
  57.             ['arms'] = 41,
  58.             ['pants_1'] = 25,   ['pants_2'] = 0,
  59.             ['shoes_1'] = 25,   ['shoes_2'] = 0,
  60.             ['helmet_1'] = -1,  ['helmet_2'] = 0,
  61.             ['chain_1'] = 0,    ['chain_2'] = 0,
  62.             ['ears_1'] = 2,     ['ears_2'] = 0
  63.         },
  64.         female = {
  65.             ['tshirt_1'] = 35,  ['tshirt_2'] = 0,
  66.             ['torso_1'] = 48,   ['torso_2'] = 0,
  67.             ['decals_1'] = 7,   ['decals_2'] = 1,
  68.             ['arms'] = 44,
  69.             ['pants_1'] = 34,   ['pants_2'] = 0,
  70.             ['shoes_1'] = 27,   ['shoes_2'] = 0,
  71.             ['helmet_1'] = -1,  ['helmet_2'] = 0,
  72.             ['chain_1'] = 0,    ['chain_2'] = 0,
  73.             ['ears_1'] = 2,     ['ears_2'] = 0
  74.         }
  75.     },
  76.     intendent_wear = {
  77.         male = {
  78.             ['tshirt_1'] = 58,  ['tshirt_2'] = 0,
  79.             ['torso_1'] = 55,   ['torso_2'] = 0,
  80.             ['decals_1'] = 8,   ['decals_2'] = 2,
  81.             ['arms'] = 41,
  82.             ['pants_1'] = 25,   ['pants_2'] = 0,
  83.             ['shoes_1'] = 25,   ['shoes_2'] = 0,
  84.             ['helmet_1'] = -1,  ['helmet_2'] = 0,
  85.             ['chain_1'] = 0,    ['chain_2'] = 0,
  86.             ['ears_1'] = 2,     ['ears_2'] = 0
  87.         },
  88.         female = {
  89.             ['tshirt_1'] = 35,  ['tshirt_2'] = 0,
  90.             ['torso_1'] = 48,   ['torso_2'] = 0,
  91.             ['decals_1'] = 7,   ['decals_2'] = 2,
  92.             ['arms'] = 44,
  93.             ['pants_1'] = 34,   ['pants_2'] = 0,
  94.             ['shoes_1'] = 27,   ['shoes_2'] = 0,
  95.             ['helmet_1'] = -1,  ['helmet_2'] = 0,
  96.             ['chain_1'] = 0,    ['chain_2'] = 0,
  97.             ['ears_1'] = 2,     ['ears_2'] = 0
  98.         }
  99.     },
  100.     lieutenant_wear = { -- currently the same as intendent_wear
  101.         male = {
  102.             ['tshirt_1'] = 58,  ['tshirt_2'] = 0,
  103.             ['torso_1'] = 55,   ['torso_2'] = 0,
  104.             ['decals_1'] = 8,   ['decals_2'] = 2,
  105.             ['arms'] = 41,
  106.             ['pants_1'] = 25,   ['pants_2'] = 0,
  107.             ['shoes_1'] = 25,   ['shoes_2'] = 0,
  108.             ['helmet_1'] = -1,  ['helmet_2'] = 0,
  109.             ['chain_1'] = 0,    ['chain_2'] = 0,
  110.             ['ears_1'] = 2,     ['ears_2'] = 0
  111.         },
  112.         female = {
  113.             ['tshirt_1'] = 35,  ['tshirt_2'] = 0,
  114.             ['torso_1'] = 48,   ['torso_2'] = 0,
  115.             ['decals_1'] = 7,   ['decals_2'] = 2,
  116.             ['arms'] = 44,
  117.             ['pants_1'] = 34,   ['pants_2'] = 0,
  118.             ['shoes_1'] = 27,   ['shoes_2'] = 0,
  119.             ['helmet_1'] = -1,  ['helmet_2'] = 0,
  120.             ['chain_1'] = 0,    ['chain_2'] = 0,
  121.             ['ears_1'] = 2,     ['ears_2'] = 0
  122.         }
  123.     },
  124.     chef_wear = {
  125.         male = {
  126.             ['tshirt_1'] = 58,  ['tshirt_2'] = 0,
  127.             ['torso_1'] = 55,   ['torso_2'] = 0,
  128.             ['decals_1'] = 8,   ['decals_2'] = 3,
  129.             ['arms'] = 41,
  130.             ['pants_1'] = 25,   ['pants_2'] = 0,
  131.             ['shoes_1'] = 25,   ['shoes_2'] = 0,
  132.             ['helmet_1'] = -1,  ['helmet_2'] = 0,
  133.             ['chain_1'] = 0,    ['chain_2'] = 0,
  134.             ['ears_1'] = 2,     ['ears_2'] = 0
  135.         },
  136.         female = {
  137.             ['tshirt_1'] = 35,  ['tshirt_2'] = 0,
  138.             ['torso_1'] = 48,   ['torso_2'] = 0,
  139.             ['decals_1'] = 7,   ['decals_2'] = 3,
  140.             ['arms'] = 44,
  141.             ['pants_1'] = 34,   ['pants_2'] = 0,
  142.             ['shoes_1'] = 27,   ['shoes_2'] = 0,
  143.             ['helmet_1'] = -1,  ['helmet_2'] = 0,
  144.             ['chain_1'] = 0,    ['chain_2'] = 0,
  145.             ['ears_1'] = 2,     ['ears_2'] = 0
  146.         }
  147.     },
  148.     boss_wear = { -- currently the same as chef_wear
  149.         male = {
  150.             ['tshirt_1'] = 58,  ['tshirt_2'] = 0,
  151.             ['torso_1'] = 55,   ['torso_2'] = 0,
  152.             ['decals_1'] = 8,   ['decals_2'] = 3,
  153.             ['arms'] = 41,
  154.             ['pants_1'] = 25,   ['pants_2'] = 0,
  155.             ['shoes_1'] = 25,   ['shoes_2'] = 0,
  156.             ['helmet_1'] = -1,  ['helmet_2'] = 0,
  157.             ['chain_1'] = 0,    ['chain_2'] = 0,
  158.             ['ears_1'] = 2,     ['ears_2'] = 0
  159.         },
  160.         female = {
  161.             ['tshirt_1'] = 35,  ['tshirt_2'] = 0,
  162.             ['torso_1'] = 48,   ['torso_2'] = 0,
  163.             ['decals_1'] = 7,   ['decals_2'] = 3,
  164.             ['arms'] = 44,
  165.             ['pants_1'] = 34,   ['pants_2'] = 0,
  166.             ['shoes_1'] = 27,   ['shoes_2'] = 0,
  167.             ['helmet_1'] = -1,  ['helmet_2'] = 0,
  168.             ['chain_1'] = 0,    ['chain_2'] = 0,
  169.             ['ears_1'] = 2,     ['ears_2'] = 0
  170.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement