Overview
SixM scripts are built to support multiple FiveM frameworks. Most scripts auto-detect your framework, so minimal configuration is needed.Frameworks
QBCore
QBCore is one of the most popular FiveM frameworks. SixM scripts fully support QBCore with native integration for:- Inventory system (ox_inventory, qb-inventory)
- Job/gang system
- Phone notifications
- Banking/economy
ESX
ESX (Extended) is the original and widely-used framework. Our scripts support ESX Legacy and newer versions.QBox
QBox is the evolution of QBCore with modern Lua practices. SixM scripts support QBox natively, including its updated exports and event system.Standalone
Some scripts work without any framework — these are marked as Standalone compatible in the store. They use native FiveM functions and don’t depend on any framework-specific features.Auto-Detection
Most SixM scripts automatically detect your framework at startup. You’ll see a message in your server console:config.lua:
Compatibility Table
| Feature | QBCore | ESX | QBox | Standalone |
|---|---|---|---|---|
| Auto-detect | ✅ | ✅ | ✅ | ✅ |
| Inventory | ✅ | ✅ | ✅ | ⚠️ |
| Jobs/Gangs | ✅ | ✅ | ✅ | ❌ |
| Banking | ✅ | ✅ | ✅ | ❌ |
| Notifications | ✅ | ✅ | ✅ | ✅ |
⚠️ = Partial support depending on the script. Check each script’s documentation for details.

