🚍TRANSPORTER JOBS
Here check the installation guide
📦 INSTALLATION GUIDE
1. Download & Extract
Download the resource and unzip it. Place the entire transporter-jobs folder inside your server's resources directory.
⚠️ Do not rename this folder, otherwise the script may not work correctly.
2. Start Order Configuration
Add the resource to your server start config (server.cfg), making sure the dependencies are started in the correct order:
⚠️ Make sure all dependencies (framework, target system, etc.) are started before this script in your
server.cfg.
3. Install the SQL
Import the SQL file provided (transporter_jobs.sql) into your database. This file includes essential tables for:
Player job levels and XP tracking
Completed routes history
If you're using oxmysql, ensure the wrapper is correctly installed and configured.
4. Install All Extras
🎯 PROPS
From the [EXTRA] folder, install the following resources in your server:
npds_cf_cardboardboxes
Custom cardboard box props for courier deliveries
Place the npds_cf_cardboardboxes folder in your resources directory and ensure it in your server.cfg.
The creator is Nukepug Design's https://discord.gg/DXe7vZwN2A, our loyal and good friend!
🎮 MINIGAMES
Install the minigame resource located in [EXTRA]:
forge-calibrate
Calibration minigame used during vehicle breakdowns
5. Clear Cache
Always clear your server cache and your FiveM client cache after installation to avoid any loading issues.
6. Reboot
Reboot your server completely after ensuring the script is correctly started and all configurations are in place.
⚙️ CONFIGURATION
The configuration is located in config.lua. Take time to understand and adjust it properly to deliver the best experience to your players.
Core Settings
Config.Framework
"ESX", "QB", "QBOX"
Your server's framework
Config.SQL
"OXMYSQL", "MYSQL-ASYNC", "GHMATTIMYSQL"
Database wrapper
Config.Target
"ox_target", "qb-target", ""
Target system (empty for floating text)
Config.Locale
"en", "es", "fr", etc.
Language setting
External Integrations (Optional)
Edit the corresponding functions in
client_open_functions.luawhen enabling these options.
Progression System
Level Multipliers
Each level provides bonus earnings:
1
1.0x
Base
5
1.4x
+40%
10
1.9x
+90%
15
2.4x
+140%
20
3.0x
+200%
Job-Specific Configuration
Each job (Bus, Trucker, Courier) has its own configuration section including:
🚗 Vehicle progression by level
📍 NPC locations and spawn points
🗺️ Routes with varying difficulty and rewards
💰 Payment settings (base pay, bonuses, XP)
⚠️ Random events (breakdowns, attacks, etc.)
🎨 Visual markers and blips customization
❓ TROUBLESHOOTING
Common Issues
Script not starting:
Ensure all dependencies are started first
Check for errors in server console
Verify SQL tables are created
Vehicles not spawning:
Check spawn locations in config
Ensure vehicle models exist
Clear server cache
UI not appearing:
Clear client cache
Check NUI errors in F8 console
Verify html files are included
Custom props not loading:
Ensure
npds_cf_cardboardboxesis startedCheck streaming folder structure
Restart server after installing props
📞 SUPPORT
If you need support or have any questions, join our Discord:
📄 FINAL NOTES
🔁 Always ensure vehicle models in config exist in your server
🧠 Test each job thoroughly after configuration changes
🌍 The script is fully localizable for your community
🔄 Regularly backup your database tables
⚡ Clear cache after any updates or changes
Enjoy Transporter Jobs! 🚌🚛📦
Last updated