General
What frameworks do SixM scripts support?
What frameworks do SixM scripts support?
Most scripts support QBCore, ESX, QBox, and Standalone. Check each script’s store page for specific compatibility.
Do I get free updates?
Do I get free updates?
Yes. All SixM scripts include lifetime free updates. Download the latest version anytime from your account page.
Can I use the script on multiple servers?
Can I use the script on multiple servers?
Each purchase is licensed for one server. If you need to run the script on multiple servers, you’ll need additional licenses.
Can I modify the scripts?
Can I modify the scripts?
Yes. You’re free to modify any non-encrypted files (config, locales, client/server code marked as open). However, we can’t provide support for heavily modified scripts.
Do you offer refunds?
Do you offer refunds?
Please check our Terms of Service for our refund policy. If you’re having issues, contact support first — we’ll try to help you resolve the problem.
Technical
My script won't start — what should I check?
My script won't start — what should I check?
- Check your server console for errors
- Make sure all dependencies are installed and started first
- Verify the script is
ensured in yourserver.cfg - Make sure your FiveM artifacts are up to date
I'm getting SQL errors
I'm getting SQL errors
- Make sure you imported the
.sqlfile from the script - Check that your database connection (oxmysql) is working
- Verify you’re not missing any required database tables
The UI is not showing up
The UI is not showing up
- Clear your FiveM cache (delete the
cachefolder in your FiveM application data) - Check the F8 console for JavaScript errors
- Make sure NUI is not blocked by another resource
How do I check my FiveM artifacts version?
How do I check my FiveM artifacts version?
Run
version in your server console or check txAdmin. We recommend always using the latest recommended artifacts.Script is causing performance issues
Script is causing performance issues
- Check the resmon command in your server console to identify resource usage
- Make sure you’re not running conflicting scripts
- Review your config — some features can be disabled to improve performance
- Contact support if the issue persists

