Public paste
Undefined
By: Guest | Date: Feb 18 2023 19:07 | Format: None | Expires: never | Size: 5.24 KB | Hits: 145

  1. Config.Items = {
  2.     label = "Police Armory",
  3.     slots = 30,
  4.     items = {
  5.         [1] = {
  6.             name = "weapon_pistol",
  7.             price = 0,
  8.             amount = 1,
  9.             info = {
  10.                 serie = "",
  11.                 attachments = {
  12.                     {component = "COMPONENT_AT_PI_FLSH", label = "Flashlight"},
  13.                 }
  14.             },
  15.             type = "weapon",
  16.             slot = 1,
  17.             authorizedJobGrades = {0, 1, 2, 3, 4}
  18.         },
  19.         [2] = {
  20.             name = "weapon_stungun",
  21.             price = 0,
  22.             amount = 1,
  23.             info = {
  24.                 serie = "",
  25.             },
  26.             type = "weapon",
  27.             slot = 2,
  28.             authorizedJobGrades = {0, 1, 2, 3, 4}
  29.         },
  30.         [3] = {
  31.             name = "weapon_pumpshotgun",
  32.             price = 0,
  33.             amount = 1,
  34.             info = {
  35.                 serie = "",
  36.                 attachments = {
  37.                     {component = "COMPONENT_AT_AR_FLSH", label = "Flashlight"},
  38.                 }
  39.             },
  40.             type = "weapon",
  41.             slot = 3,
  42.             authorizedJobGrades = {0, 1, 2, 3, 4}
  43.         },
  44.         [4] = {
  45.             name = "weapon_smg",
  46.             price = 0,
  47.             amount = 1,
  48.             info = {
  49.                 serie = "",
  50.                 attachments = {
  51.                     {component = "COMPONENT_AT_SCOPE_MACRO_02", label = "1x Scope"},
  52.                     {component = "COMPONENT_AT_AR_FLSH", label = "Flashlight"},
  53.                 }
  54.             },
  55.             type = "weapon",
  56.             slot = 4,
  57.             authorizedJobGrades = {0, 1, 2, 3, 4}
  58.         },
  59.         [5] = {
  60.             name = "weapon_carbinerifle",
  61.             price = 0,
  62.             amount = 1,
  63.             info = {
  64.                 serie = "",
  65.                 attachments = {
  66.                     {component = "COMPONENT_AT_AR_FLSH", label = "Flashlight"},
  67.                     {component = "COMPONENT_AT_SCOPE_MEDIUM", label = "3x Scope"},
  68.                 }
  69.             },
  70.             type = "weapon",
  71.             slot = 5,
  72.             authorizedJobGrades = {0, 1, 2, 3, 4}
  73.         },
  74.         [6] = {
  75.             name = "weapon_nightstick",
  76.             price = 0,
  77.             amount = 1,
  78.             info = {},
  79.             type = "weapon",
  80.             slot = 6,
  81.             authorizedJobGrades = {0, 1, 2, 3, 4}
  82.         },
  83.         [7] = {
  84.             name = "pistol_ammo",
  85.             price = 0,
  86.             amount = 5,
  87.             info = {},
  88.             type = "item",
  89.             slot = 7,
  90.             authorizedJobGrades = {0, 1, 2, 3, 4}
  91.         },
  92.         [8] = {
  93.             name = "smg_ammo",
  94.             price = 0,
  95.             amount = 5,
  96.             info = {},
  97.             type = "item",
  98.             slot = 8,
  99.             authorizedJobGrades = {0, 1, 2, 3, 4}
  100.         },
  101.         [9] = {
  102.             name = "shotgun_ammo",
  103.             price = 0,
  104.             amount = 5,
  105.             info = {},
  106.             type = "item",
  107.             slot = 9,
  108.             authorizedJobGrades = {0, 1, 2, 3, 4}
  109.         },
  110.         [10] = {
  111.             name = "rifle_ammo",
  112.             price = 0,
  113.             amount = 5,
  114.             info = {},
  115.             type = "item",
  116.             slot = 10,
  117.             authorizedJobGrades = {0, 1, 2, 3, 4}
  118.         },
  119.         [11] = {
  120.             name = "handcuffs",
  121.             price = 0,
  122.             amount = 1,
  123.             info = {},
  124.             type = "item",
  125.             slot = 11,
  126.             authorizedJobGrades = {0, 1, 2, 3, 4}
  127.         },
  128.         [12] = {
  129.             name = "weapon_flashlight",
  130.             price = 0,
  131.             amount = 1,
  132.             info = {},
  133.             type = "weapon",
  134.             slot = 12,
  135.             authorizedJobGrades = {0, 1, 2, 3, 4}
  136.         },
  137.         [13] = {
  138.             name = "empty_evidence_bag",
  139.             price = 0,
  140.             amount = 50,
  141.             info = {},
  142.             type = "item",
  143.             slot = 13,
  144.             authorizedJobGrades = {0, 1, 2, 3, 4}
  145.         },
  146.         [14] = {
  147.             name = "police_stormram",
  148.             price = 0,
  149.             amount = 50,
  150.             info = {},
  151.             type = "item",
  152.             slot = 14,
  153.             authorizedJobGrades = {0, 1, 2, 3, 4}
  154.         },
  155.         [15] = {
  156.             name = "armor",
  157.             price = 0,
  158.             amount = 50,
  159.             info = {},
  160.             type = "item",
  161.             slot = 15,
  162.             authorizedJobGrades = {0, 1, 2, 3, 4}
  163.         },
  164.         [16] = {
  165.             name = "radio",
  166.             price = 0,
  167.             amount = 50,
  168.             info = {},
  169.             type = "item",
  170.             slot = 16,
  171.             authorizedJobGrades = {0, 1, 2, 3, 4}
  172.         },
  173.         [17] = {
  174.             name = "heavyarmor",
  175.             price = 0,
  176.             amount = 50,
  177.             info = {},
  178.             type = "item",
  179.             slot = 17,
  180.             authorizedJobGrades = {0, 1, 2, 3, 4}
  181.         },
  182.         [18] = {
  183.             name = "policetablet",
  184.             price = 0,
  185.             amount = 5,
  186.             info = {},
  187.             type = "item",
  188.             slot = 18,
  189.             authorizedJobGrades = {0, 1, 2, 3, 4}
  190.         }
  191.     }
  192. }