Skip to main content

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:
[sixm_script] Framework detected: QBCore
[sixm_script] Started successfully
If auto-detection fails, you can manually set the framework in the script’s config.lua:
Config.Framework = 'qbcore' -- 'qbcore', 'esx', 'qbox', 'standalone'

Compatibility Table

FeatureQBCoreESXQBoxStandalone
Auto-detect
Inventory⚠️
Jobs/Gangs
Banking
Notifications
⚠️ = Partial support depending on the script. Check each script’s documentation for details.