Prerequisites
Before installing any SixM script, make sure you have:- A working FiveM server with a supported framework
- Server access via FTP or file manager
- The required dependencies for your script (check each script’s page)
General Installation
Download the Script
Download the script files from your account page or from the download link provided after purchase.
Extract Files
Extract the
.zip file. You’ll get a folder with the script name (e.g., sixm_scriptname).Upload to Server
Upload the script folder to your server’s
resources directory. We recommend organizing scripts in a subfolder:Add to Server Config
Add the script to your
server.cfg:Make sure to add it after any dependencies like
ox_lib, oxmysql, etc.Configure
Open the
config.lua (or config/ folder) inside the script directory and adjust settings to your needs.SQL Setup
Some scripts include a.sql file that needs to be imported into your database.

