Configuration
Check the instructions below.
General Settings (Common for ESX and QB)
SQLScript
Specifies the SQL database system.
"oxmysql"
Target
Interaction target system. Options: ox-target
, qb-target
, drawtext
"qb-target"
Npc
List of NPCs for job registration and job pickup.
See below.
Trucks
List of available truck models.
'phantom'
, 'packer'
Trailers
Defines available trailer models and types.
See below.
Destinations
Delivery locations.
List of vector3
.
NPC Configuration
Define NPCs for interacting with players:
Garage and Employee Settings
GarageCapacity
Initial capacity per garage level.
1
UpgradeGarageCost
Cost to upgrade the garage.
5000
EmployeeSalaryTimeout
Interval for paying employee salaries (seconds).
2700
Employee.levelPerMoney
Money multiplier based on employee level.
500
Payment and Experience
basePayment
Base payment for deliveries.
500
distanceMultiplier
Payment multiplier based on delivery distance.
1
typeExp
Experience points gained for each trailer type.
See below.
Example:
How to Use
Start a Job
Visit a job NPC location and press
[E]
(or the configured interaction key).Choose a truck and trailer.
Deliver Goods
Attach the trailer and follow the marked destination on the map.
Drop off the goods to complete the delivery.
Company Management
Register a company by paying the registration cost.
Level up your company and hire employees for passive income.
Notifications
Configure in config.lua
to match your preferred system.
Example:
For Developers
Key Exports (QB-Core Example)
Set Fuel: Integrate with a fuel script. Example:
Draw Text: Display 3D text at specific coordinates:
Last updated