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:
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