🖥️Auto Table

Explanation of the auto table configuration in the script

If set to true, the entire database will be automatically created. If set to false, you will need to manually import the SQL file into your database.

You will find the sql file in the resource folder!

shared/client.lua
Config.CreateAutoTable = true -- True recommended if you use MariaDB

Last updated