Skip to main content

What is Standalone?

Standalone scripts work without QBCore, ESX, or any other framework. They use native FiveM functions only.
Not all SixM scripts support standalone mode. Check the script’s store page for compatibility.

Installation Steps

1

Upload the Script

resources/[sixm]/sixm_scriptname/
2

Import SQL (if needed)

Some standalone scripts still use a database. Import the .sql file if included.
3

Configure

Config.Framework = 'standalone'
4

Add to server.cfg

ensure sixm_scriptname
5

Restart

Restart your server.

Limitations

Standalone mode may not support features that require a framework:
  • Job/gang systems
  • Player inventory integration
  • Economy/banking
  • Phone notifications
These features will be disabled or use fallback implementations.