[esx] SHY-JOBCENTER WITH OX_LIB

Hello and thanks for clicking on this realse !
This is preatty much my first script :smiley: .

Basics:
This is jobcenter which is using ox_lib and ox_target.
Resmon is 0.00

Preview:
image

How to add new jobs:
Read the readme.md in the file

Download link:

5 Likes

good job,can add ped that can target that open jobcenter?

2 Likes

Will add it tomorrow allong with the blip

2 Likes

You have it there ! But I cant manage to do blip part…

1 Like

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)

:star_struck:

2 Likes

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