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