Skip to main content

Update Process

All SixM scripts include free lifetime updates. When an update is available, follow these steps:
1

Download the Update

Go to your account page and download the latest version of the script.
2

Backup

Before updating, backup your current files, especially:
  • config.lua or config/ folder (your custom settings)
  • Any .sql migration files
  • Custom locale files
3

Replace Files

Replace the old script folder with the new one. Then restore your config.lua with your custom settings.
Don’t just copy your old config over — new versions may add new config options. Compare and merge manually.
4

Run SQL Migrations

If the update includes a new .sql file or migration, import it into your database.
5

Restart

Restart the resource or your entire server:
ensure sixm_scriptname

Version Check

Most SixM scripts print their version in the server console at startup:
[sixm_script] v1.2.0 loaded successfully
Compare this with the latest version shown on the script’s store page.

Changelog

Each script update includes a changelog. Check the script’s store page or the included CHANGELOG.md file for details on what changed.