Skip to main content

Prerequisites

  • qbx_core
  • oxmysql
  • ox_lib
  • ox_inventory (QBox default)

Installation Steps

1

Upload the Script

resources/[sixm]/sixm_scriptname/
2

Import SQL

Import the .sql file into your database.
3

Configure Framework

Config.Framework = 'qbox'  -- or 'auto'
4

Add to server.cfg

ensure sixm_scriptname
5

Restart

Restart your server.

QBox-Specific Notes

QBox is the modern successor to QBCore. Key differences:
  • Uses ox_inventory by default instead of qb-inventory
  • Uses ox_lib exports instead of QBCore client/server functions
  • Modern Lua patterns (modules, strict mode)
SixM scripts detect QBox automatically and use the appropriate exports. If you migrated from QBCore, most scripts will work without any config changes.