EnhancedJobcenter - with NativeUI


Hey guys,

with this script I want to present a pretty simple ressource, which provides a basic Jobcenter based on a NativeUI menu, since I really like the NativeUI menu design.

Of course this script also provides all the necessary stuff like a map blip and marker.
You can set up those in the Config file:

Config = {}

Config.ShowDistance = 20.0 

Config.Menu = {
	Name = 'Jobcenter',
	Pos = { x = -264.06985473633, y = -966.65649414063, z = 31.224195480347  },
	String = 'Press ~g~E~s~ to access the ~y~job center!',
}

Config.Jobs = {

  {category = 'Jobs without whitelist', jobs = {
    {name = 'Unemployed', job = 'unemployed'},
    {name = 'Farmer', job = 'farmer'},
    {name = 'Downtown Cab. Co.', job = 'taxi'},
    }
  },
}

Config.MapBlip = {
  Pos    	= { x = -264.06985473633, y = -966.65649414063, z = 31.224195480347 },
  Sprite  	= 407,
  Display	= 4,
  Scale  	= 1.2,
  Colour  	= 84,
  Name      = 'Info Center',
}

Config.Marker = {
    id          = 27,
    colour      = {r = 0, g = 191, b = 225, a = 100},
    isRotating  = false,
    radius      = 1.5,
}

Ingame it looks like this:
screen1

screen22

Dependencies

Download: GitHub - Luis-spec/EnhancedJobcenter

In addition to this very small script, I’ve developed myFarming (myJobsystem) which provides tons of different possibilities to enhance your farming jobs!

Feel free to check out my other scripts

myMailing
myJobsystem
myCrafting
myImpound
myDrugs
myClothesshop
myProperties
myMapbuilder
myMultichar
myBills
EnhancedBarbershop
myATMRobbery

13 Likes

Nice!

1 Like

schönes script

Love this man! Using it currently, thanks :slight_smile:

Just a suggestion, for the people who don’t use NativeUI - Add that to the post as a dependency?

Releases · FrazzIe/NativeUILua · GitHub

1 Like

Works on ESX?

yes it does

Any chance of getting this updated to work with RageUI as that’s the new maintained version of Native?