did you copy and paste in the ranks? it brakes the script for some reason but you need to put them in 1 rank at a time, mine breaks if i copy and paste them into the space
this is my police job items set up
Config.Items = {
label = “Police Armory”,
slots = 30,
items = {
[1] = {
name = “weapon_pistol”,
price = 0,
amount = 1,
info = {
serie = “”,
attachments = {
{component = “COMPONENT_AT_PI_FLSH”, label = “Flashlight”},
}
},
type = “weapon”,
slot = 1,
authorizedJobGrades = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}
},
[2] = {
name = “weapon_stungun”,
price = 0,
amount = 1,
info = {
serie = “”,
},
type = “weapon”,
slot = 2,
authorizedJobGrades = {1, 2, 3, 4, 5 , 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}
},
[3] = {
name = “weapon_pumpshotgun”,
price = 0,
amount = 1,
info = {
serie = “”,
attachments = {
{component = “COMPONENT_AT_AR_FLSH”, label = “Flashlight”},
}
},
type = “weapon”,
slot = 3,
authorizedJobGrades = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}
},