Skip to content
ESX Addons
Job Listing

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!

Preview

Configuration

  • Config.DrawDistance
    • type: float
    • default: 15.0
    • description: The distance in which the markers are drawn.
  • Config.ZoneSize
    • type: table
    • default: {x = 2.7, y = 2.7, z = 0.5}
    • description: The size of the zone markers.
  • Config.MarkerColor
    • type: table
    • default: {r = 100, g = 200, b = 104}
    • description: The color of the markers.
  • Config.MarkerType
    • type: integer
    • default: 1
    • description: The type of the markers.
  • Config.Zones
    • type: table
    • default: {vector3(-265.08, -964.1, 30.3)}
    • description: The job locations.
  • Config.Blip
    • type: table
    • description: The blip settings.
    • parameters:
      • Enabled
        • type: boolean
        • default: true
        • description: Enable or disable blips.
      • Sprite
        • type: integer
        • default: 407
        • description: The blip sprite.
      • Display
        • type: integer
        • default: 4
        • description: The blip display.
      • Scale
        • type: float
        • default: 0.8
        • description: The blip scale.
      • Color
        • type: integer
        • default: 27
        • description: The blip color.
      • ShortRange
        • type: boolean
        • default: true
        • description: if the blip is short range.

Add/Remove Jobs from the list

To add or remove jobs from the list:

  • Open your database using a tool like heidiSQL or phpMyAdmin.
  • Goto the jobs table.
  • Set the whiteList column to 1 to remove the job from the list.
  • Set the whiteList column to 0 to add the job to the list.