Update Process
All SixM scripts include free lifetime updates. When an update is available, follow these steps:Download the Update
Go to your account page and download the latest version of the script.
Backup
Before updating, backup your current files, especially:
config.luaorconfig/folder (your custom settings)- Any
.sqlmigration files - Custom locale files
Replace Files
Replace the old script folder with the new one. Then restore your
config.lua with your custom settings.Run SQL Migrations
If the update includes a new
.sql file or migration, import it into your database.Version Check
Most SixM scripts print their version in the server console at startup:Changelog
Each script update includes a changelog. Check the script’s store page or the includedCHANGELOG.md file for details on what changed.
