esx_joblisting
https://github.com/esx-framework/esx_joblisting
This Simple resource lets you finally contribute to Society and make a difference in the Word! How? it adds an amazing Menu where you can pick what you want to be in life
- want to be a police officer? No-problem! Or maybe you want to stalk people and be a creepy reporter? Come on in, we have a spot just for you!

Configuration
Config.DrawDistance
- type:
float
- default:
15.0
- description: The distance in which the markers are drawn.
- type:
Config.ZoneSize
- type:
table
- default:
{x = 2.7, y = 2.7, z = 0.5}
- description: The size of the zone markers.
- type:
Config.MarkerColor
- type:
table
- default:
{r = 100, g = 200, b = 104}
- description: The color of the markers.
- type:
Config.MarkerType
- type:
integer
- default:
1
- description: The type of the markers.
- type:
Config.Zones
- type:
table
- default:
{vector3(-265.08, -964.1, 30.3)}
- description: The job locations.
- type:
Config.Blip
- type:
table
- description: The blip settings.
- parameters:
Enabled
- type:
boolean
- default:
true
- description: Enable or disable blips.
- type:
Sprite
- type:
integer
- default:
407
- description: The blip sprite.
- type:
Display
- type:
integer
- default:
4
- description: The blip display.
- type:
Scale
- type:
float
- default:
0.8
- description: The blip scale.
- type:
Color
- type:
integer
- default:
27
- description: The blip color.
- type:
ShortRange
- type:
boolean
- default:
true
- description: if the blip is short range.
- type:
- type:
Add/Remove Jobs from the list
To add or remove jobs from the list:
- Open your
database
using a tool likeheidiSQL
orphpMyAdmin
. - Goto the
jobs
table. - Set the
whiteList
column to1
to remove the job from the list. - Set the
whiteList
column to0
to add the job to the list.