[ESX/QBCore/QBox] Trucking Job | Multiple Jobs | Highly Configurable

  • Modified “inside-interact” logic to support the latest version.
  • Added the ability to hide jobs that require a higher reputation than the player has (disabled by default).
  • Cleaned up some of the UI
  • Moved one of the default pharma drop off locations.

Files Updated (v1.1.1)

fxmanifest.lua
client/*.lua
server/main.lua
shared/config.lua
ui/**

cam i get unbanned from the discord nobody checks the tickets

  • Added support for LB-Tablet
  • Added a new client side export that will give the players current job.

Example:

--- @return table | nil {name = string, description = string, departure = vector3, destination = vector3 | nil}
local CurrentJob = exports['gs-trucking']:JobInfo()

if CurrentJob then
  print('Job Name:', CurrentJob.name)
  print('Job Description:', CurrentJob.description)
  print('Job Departure:', CurrentJob.departure)
  if CurrentJob.destination then
    print('Job Destination:', CurrentJob.destination)
  end
end

Files Updated (v1.1.2)

fxmanifest.lua
shared/config.lua
client/main.lua
client/lbtablet.lua
ui/**
2 Likes

Updated - 08.14.26

  • Added Fuel delivery - hose fill a tanker trailer
  • Custom jobs - CreateJob/DeleteJob/GetCustomJobs - Create jobs from other resources via new server side export, with phase callbacks.
  • Added bundled support for QBox and Custom Frameworks (w/ auto detect).
  • Added support for more phones - auto-detect lb-phone & lb-tablet, QS, okokPhone, yseries, and 17mov_Phone.
  • Targeting auto-detect - ox_target, qb-target, qtarget, sleepless_interact, interact, inside-interaction.
  • Add some bundled integrations for fuel, keys, dispatch, and CB radio (Functions are open for editing for any custom solutions).
  • Add bundled locales - en, es, pt, de, fr, and pl.
  • Added “standings” leaderboard (Optional).
  • Redesigned both the tablet and phone UI’s.
  • Fixed a bunch of long standing bugs/issues.

UPDATED - v1.2.3 08.29.26

  • Added server side spawning (Enabled by default.. can be disabled for client side spawning)
  • Added server side hooks for vehicle spawns so server side integrations for keys and fuel can be integrated properly.

UPDATED - v1.2.4 08.31.26

1 Like