Installation
Step-by-step guide to install the Multiplayer Transport Job on your FiveM server.
Prerequisites
Before installing, make sure you have:
Framework
QBCore, QBox, ESX, vRP, or Standalone
Database Resource
oxmysql (recommended), mysql-async, or ghmattimysql
PolyZone
Required for all Tworst Scripts
FiveM Server
Build 2802 or higher recommended
Step 1: Download the Script
From Cfx.re Portal (Recommended)
Go to portal.cfx.re
Navigate to Granted Assets
Find tw-transportv2 in your purchased scripts
Click Download to get the latest version
From Tebex
Log in to your Tebex account
Go to your purchases
Download the script package
Step 2: Extract Files
Extract the downloaded archive
You will find two folders:
tw-transportv2- Main scripttw_transport_stream- Stream assets (truck, trailer, forklift, warehouse props)
Place both folders in your server's
resourcesdirectory
Important: The stream folder contains the transport truck, trailer, forklift, and warehouse props. Without it, vehicles won't spawn and job locations will be incomplete!
Step 3: Database Setup
Automatic Setup: The script automatically creates the required database tables when it starts for the first time. No manual SQL import needed!
Step 4: Configure the Script
Open config/config.lua and set your framework:
See the Configuration page for all available options.
Step 5: Configure Police Dispatch (Optional)
If you want police alerts on illegal missions, configure your dispatch system:
Supported dispatch systems:
ps-dispatch
ls-dispatch
fl-dispatch
bixbi_dispatch
cd_dispatch
linden_outlawalert
Step 6: Add to server.cfg
Add the following to your server.cfg:
Load Order:
Dependencies must start before the script
Stream resource (
tw_transport_stream) must be started before or with the main script
Step 7: Restart Server
Save all configuration changes
Restart your server completely
Check the server console for any errors
Verification
After starting the server, verify the installation:
Check Console
Look for these messages in your server console:
Database tables created successfully (first run only)
No error messages related to tw-transportv2
In-Game Test
Go to the transport job location (El Burro Heights)
Look for the job blip on the map
Interact with the NPC to open the job menu
Rent a truck and forklift
Test loading boxes with the forklift
Troubleshooting
Script Won't Start
Check resource name matches exactly (case-sensitive on Linux)
Verify all dependencies are started before the script
Check for syntax errors in config files
Missing Props / Vehicles Not Spawning
Make sure the stream folder is in your resources folder
Verify it's started in your
server.cfgCheck the server console for streaming errors
Forklift Not Attaching
Ensure the forklift model is loaded from stream
Check that attachment coordinates are correct in config
Try restarting both stream and main script
Police Alerts Not Working
Verify your dispatch system is installed and running
Check
Config.PoliceAlert.enabledistrueEnsure dispatch system name matches exactly
Database Errors
Verify database connection string in
server.cfgCheck that your database resource is starting properly
Ensure
Config.SQLmatches your database resource
Framework Not Detected
Make sure
Config.Frameworkmatches your frameworkVerify framework resource is starting before tw-transportv2
Check framework resource name matches expected names
Need Help?
Last updated

