hi Qb community i'm fairly new to owning a server kindly forgive my questions
whenever i add a job to the jobs.lua and i try to fly into the city i get a black screen and can't fly in. i make sure to copy and replace an existing job structure so i don't break anything please what am i doing wrong?
this is an example of the job i added that stops me from flying in
naijastatenews = {
label = 'naija state news',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = { name = 'intern', payment = 50 },
['1'] = { name = 'reporter', payment = 75 },
['2'] = { name = 'journalist', payment = 100 },
['3'] = { name = 'editor', payment = 125 },
['4'] = { name = 'boss', isboss = true, payment = 150 },
}
}