[ESX] esx_tk_mechanicjob - Advanced Mechanic Job And Tuning Menu (With UI)

Update 1.5.3

  • Fixed ox_target item check not working when not using ox_inventory

Update 1.5.4

  • Fixed multiple vehicles spawning in NPC tow job on some occasions

Update 1.5.5

  • Fixed vehicle interior color not saving (check README file for further details)
  • Fixed menus not functioning properly when multiple ones were added in config

Update 1.5.6

  • Fixed errors if job coords weren’t set in config
  • Cleaned up logs
  • Added a new config option Config.TowVehicles
  • Fixed tuning menus still not opening sometimes if multiple ones were set in config

does this script has an extras vehicle menu?

Yes! The extras menu was added in an update and the script now has it.

Update 1.5.7

  • Towed vehicle will now go behind the flatbed when detaching
  • Added “extraLiveries” section to tuning menu (includes, for example, the liveries for some emergency vehicles)

Update 1.5.8

  • Minor improvements and bug fixes

Update 1.5.9

  • Added a new config option Config.UseOxTarget

Update 1.6.0

  • Moved function OpenBillingMenu() to the editable client file

Update 1.6.1

  • Moved ReturnSocietyVehicle() and ReturnVehicle() functions to the editable client file

Update 1.6.2

  • Fixed some errors on rare occasions when using ox_lib

Update 1.6.3

  • Improvements to the code
  • Changed old ESX event to export
  • Fixed not being able to deposit weapons when using ox_lib

Update 1.6.4

  • Added function DetachVehFromTowTruck to the editable client file
  • Society account is now also accepted in the NPC tow job

How do I have liveries show up like in the video at https://youtu.be/hSLHkjNm-68?si=X7ycAX7nvVAaJXVH&t=53 ?

Hey! I’m not sure if I understood your question correctly, but just open the tuning menu and locate to Other → Livery, it should list all the liveries for that car.

There are addon vehicles that have liveries but it does not list it in the liveries list. I can keep choosing Default - $0 and it will cycle through, but not list them. Is there a vehicle file I have to update in order for the liveries to list or a way to add this feature for future releases?

Could you send a link to the download of some addon vehicle that does this?

This one technically has two liveries by default.
One blank (for unmarked, and the other BCSO).
However just “Default” appears in the Tuner list of liveries. You click on default and you can cycle through them but an actual list would be great. It also doesn’t allow me to buy/make them stick unless I do another modification (such as change the colour of the car).
https://www.lcpdfr.com/downloads/gta5mods/vehiclemodels/30491-non-els-2018-police-taurus-fivem-ready-red-blue-blue-blue/

Apologies for the late response, check the Extra liveries section in other category, should be under there.

Update 1.6.5

  • Fixed ox_target storage icon not showing up
  • Leaving jobs section of a tuning menu empty will now allow everyone to tune their vehicles with that menu

Update 1.7.0

  • Improved how vehicle props are saved during tuning
  • Removed duplicate locales

Update 1.7.1

  • Fixed menu focus changing not working on some occasions
  • Fixed tuning menu sidebar content overlapping with shopping cart icon
  • Added functions SetVehicleProperties(veh, props) and GetVehicleProperties(veh) to the editable client file