Restrict shop to certain job
jobs
jobs_blacklist
{ --Testing double shop
blip = {
pos = vector3(25.879409790039, -1352.1334228516, 29.334775924683),
label = 'Dealer test',
sprite = 52,
color = 1,
},
jobs_blacklist = {
'job that will no see', 'another job that will not see',
},
jobs = {
'i will see this','me to!!',
},
sections = {}
}Last updated