⚙️COMMON ERRORS

List of common errors in some resources, which we will explain how to solve them.

1. UI LOOKS BAD

The interface is looking bad? Too enlarged, or out of position? It's because you're using a resolution not supported by our scripts.

- 3440 x 1440

- 2560 x 1440

- 1920 x 1080

- 1280 x 720

These are the most commonly used resolutions and the ones available in our scripts.

2. No such export fetch in resource oxmysql

If you get this error, it is because you have an outdated OXMYSQL.

Update it to the latest version and everything will be fixed.

3. Attempt to index a nil value (field "MySQL")

If in any of our scripts you have this strange error, you only have to do the following: You have to put in the fxmanifest this:

'@mysql-async/lib/MySQL.lua',

At the top of the server_scripts section.

Last updated