Hello everyone, I’d like to produce a very simple but good looking script, the fusti_jobcenter.
Features:
optimized
simple, but good looking
show data from different jobs (grade, salary)
works with ox_target
only shows whitelisted jobs
Preview:
Dependencies:
ox_lib
oxmysql
ox_target
esx
brain
Download:
You can set the ped’s model and coord on the top of the client.lua.
If you have any questions feel free to ask it.
20 Likes
Looks clean and minimalistic. Personally, I really like these kind of designs. Overall well done soldier!
1 Like
is this a replacement of esx_joblisting ?
yes, it is A better, more optimized one with a cleaner look.
How can I get this to work?
i put I put my “fusti_jobcenter-main” into “resources” and in serv.cfg I did “start fusti_jobcenter-main” (without quotations) is that correct? the ui doesnt seem to load still
you need ox_lib and oxmysql for it.
Archxn
April 15, 2023, 10:33am
10
could you add a blacklist so we can select which jobs to not allow in the job center?
Hello, its fully sql based. If the job is whitelisted in the sql then it will appear, othervise it dont.
JuFx
April 16, 2023, 3:05pm
12
Great release, just a mistake on the ped, it will spawn as many time as there are players in the area.
it gets deleted when the onExit function is on
i can’t make it work, i have all requirement listed…i have no idea what brain is tho
Jokes aside nice clean release, nice job, as always
how do i remove the job ems and lspd
You have to do that in your database. (jobs table, whitelisted column)
Hi, updated the github repo
thx! can i ask a question??
Is there any way to set a command like /addjob [playerid] [job] [grade]
and also /removejob [playerid] [job]
so whitelisted jobs will be added to the job center, and its can be seen by that player??
thx
No The code is accessable feel free to edit it.