rcore_shortcuts
rcore_shortcuts
Version check
Dependencies
oxmysql or mysql-async
Instalation guide
Step 1 - Database
Pick your mysql library in fxmanifest oxmysql or mysql-async
in dependencies and server_scripts uncomment the library that you use
dependencies {
'oxmysql',
-- 'mysql-async'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
-- '@mysql-async/lib/MySQL.lua',
...
}
Step 2 - Create database tables
You just start the script, and database is going to be defined automatically.
You should have 4 tables in database
rcore_shortcuts
rcore_shortcuts_categories
rcore_shortcuts_logger
rcore_shortcuts_premade
if you have any issue with the automatic creation file with table exports is located in assets/db/db.sql
Step 3 - Configuration
Make sure to read the contents of config.lua and configure all the stuff that's necessary for this resource to work correctly.
Last updated
Was this helpful?