Framework Support

Tworst Scripts support multiple frameworks to ensure compatibility with your server setup.

Supported Frameworks

Framework
Config Value
Support Level
Notes

QBCore

'qb'

✅ Full

QBCore (older versions)

'oldqb'

✅ Full

QBox

'qb'

✅ Full

Use 'qb' for QBox

ESX Legacy

'esx'

✅ Full

ESX (older versions)

'oldesx'

✅ Full

vRP

'vrp'

✅ Full

vRP2

'vrp2'

✅ Full

Standalone

'standalone'

✅ Full


Framework Support by Script

Not all scripts support every framework. Here's the compatibility matrix:

Job Scripts (Full Support)

All multiplayer job scripts support all frameworks:

Script
QB
QBox
ESX
vRP
Standalone

Gardener Job

Scrapyard Job

Transport Job

Electrician Job

Plumber Job

Garbage Job

Diving Job

Fashion Job

Other Scripts (Limited Support)

Script
QB
QBox
ESX
vRP
Standalone

Boss Menu

Garage


Configuration

Setting Your Framework

Open config/config.lua and set your framework:

QBCore Configuration

QBox Configuration

circle-info

QBox Users: QBox is fully compatible with our scripts. Simply set Config.Framework = 'qb' to use QBox.

ESX Configuration

vRP Configuration

Standalone Configuration

circle-info

Standalone mode runs without any framework dependency. Player data management is handled internally by the script.


Database Compatibility

All Tworst Scripts support these database resources:

Database Resource
Config Value
Notes

oxmysql

'oxmysql'

Recommended

mysql-async

'mysql-async'

Legacy support

ghmattimysql

'ghmattimysql'

Legacy support


Inventory Systems

Inventory
Config Value

QBCore Inventory

'qb_inventory'

ESX Inventory

'esx_inventory'

ox_inventory

'ox_inventory'

qs-inventory

'qs_inventory'

tgiann-inventory

'tgiann-inventory'

codem-inventory

'codem-inventory'

circle-info

Note: Inventory systems only work with framework modes (not standalone).


Target Systems

Target System
Config Value

DrawText (no target)

'drawtext'

qb-target

'qb-target'

ox_target

'ox-target'

circle-info

If you don't use a target system, set Config.InteractionHandler = 'drawtext' to use the built-in interaction system.


Vehicle Key Systems

System
Config Value

qb-vehiclekeys

'qb-vehiclekeys'

qbx-vehiclekeys

'qbx-vehiclekeys'

qs-vehiclekeys

'qs-vehiclekeys'

wasabi-carlock

'wasabi-carlock'

cd_garage

'cd_garage'

Renewed-Vehiclekeys

'Renewed-Vehiclekeys'


Fuel Systems

System
Config Value

LegacyFuel

'LegacyFuel'

ox_fuel

'ox_fuel'

cdn-fuel

'cdn-fuel'

ps-fuel

'ps-fuel'

x-fuel

'x-fuel'


Clothing Systems

System
Config Value

qb-clothing

'qb-clothing'

illenium-appearance

'illenium-appearance'

fivem-appearance

'fivem-appearance'

esx_skin

'esx_skin'

rcore_clothing

'rcore_clothing'

circle-info

Custom Support: The clothing system is fully open-source. You can easily add support for other clothing scripts by modifying the code.


Need Help?

circle-info

Having compatibility issues? Join our Discord serverarrow-up-right and open a support ticket.

Last updated