Common questions

Which frameworks are supported?

All of our resources can be used with every framework. Because of the way we have designed our scripts, the framework related functions are all unencrypted and in one place. This means that after editing a few simple functions, the resource will be ready to work with a new framework.

We provide pre-filled values for the most popular frameworks (ESX, QB) / resources.

How do I download my script?

Since we are using the official Fivem asset escrow system, all of our resources can be downloaded from FiveM keymaster: https://keymaster.fivem.net/asset-grants

Can I use oxmysql instead of my current MySQL resource?

Yes, oxmysql can be used to replace your ghmattimysql or mysql-async. This means that after you have deleted your old MySQL resource, you can just drop in oxmysql and everything should remain working. This is usually quite straight-forward and takes a few minutes at most.

If you aren't already using MariaDB, then yes - you should be able to switch from MySQL to MariaDB. To do this, create a database dump which contains your tables & data. After you have installed MariaDB, import that same dump to your new MariaDB database.

Last updated