Installation
Step-by-step guide to install the Multiplayer Garbage 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-garbagev2 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-garbagev2- Main scripttw_garbage_stream- Stream assets (maps, props, vehicles)
Place both folders in your server's
resourcesdirectory
Important: The stream folder contains custom maps, props, and the garbage truck model. Without it, vehicles won't spawn correctly!
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: Add to server.cfg
Add the following to your server.cfg:
Load Order:
Dependencies must start before the script
Stream resource (
tw_garbage_stream) must be started before or with the main script
Step 6: 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-garbagev2
In-Game Test
Go to the garbage job location
Look for the job blip on the map
Interact with the NPC to open the job menu
Create a lobby and start a job
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
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-garbagev2
Check framework resource name matches expected names
Need Help?
Last updated

