Hello and thanks for clicking on this realse !
This is preatty much my first script
.
Basics:
This is jobcenter which is using ox_lib and ox_target.
Resmon is 0.00
Preview:

How to add new jobs:
Read the readme.md in the file
Download link:
Hello and thanks for clicking on this realse !
This is preatty much my first script
.
Basics:
This is jobcenter which is using ox_lib and ox_target.
Resmon is 0.00
Preview:

How to add new jobs:
Read the readme.md in the file
Download link:
good job,can add ped that can target that open jobcenter?
Will add it tomorrow allong with the blip
You have it there ! But I cant manage to do blip part…
nothing sir,i can add the blip with the blip script,thanks for your good job!
Hello cool script, visually but it should detect for non-whitelisted jobs, instead of having the dev add new jobs in the client and server files.
for i=1, #jobs, 1 do
table.insert(elements, {
label = jobs[i].label,
job = jobs[i].job
})
end
MySQL.ready(function()
MySQL.Async.fetchAll('SELECT name, label FROM jobs WHERE whitelisted = @whitelisted', {
['@whitelisted'] = false
}, function(result)
for i=1, #result, 1 do
table.insert(availableJobs, {
job = result[i].name,
label = result[i].label
})
end
end)
end)
![]()
I did it like this for people who doesnt not know what the whitlelisted is in the db and for them to be script more understanding. But that for the suggestion ! <3
Request qtarget.versioning
i can make you blip lol