Error with qb-ambulancejob

I was changing the coordinates of the ambulance job to migrate everything to Mountz Zonah, when migrating the coordinates and restricting the cars according to ranks I get this error and I don’t know how to fix it. Some help? And if someone has already done an ambulance job for Mountz Zonah, it would be appreciated.

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}
},

and if you change coords make sure to always add , at the end of everything so it works also

["stations"] = {
    [1] = {label = "Pillbox", coords = vector4(304.27, -600.33, 43.28, 272.249)},
    [2] = {label = "Viceroy", coords = vector4(-816.73, -1227.64, 7.34, 39.67)},
    [3] = {label = "Central", coords = vector4(353.04, -1405.44, 32.51, 231.43)},
    [4] = {label = "Mount Zonah", coords = vector4(-442.59, -341.55, 34.91, 271.23)},
    [5] = {label = "Sandy", coords = vector4(1834.14, 3675.42, 34.28, 80.96)},
    [6] = {label = "Paleto", coords = vector4(-255.06, 6332.29, 32.43, 139.0)},

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.