🔠 rcore_shortcuts
Last updated
Before submitting a support ticket or using anything in the documentation, always make sure that you have the newest update from your keymaster.
oxmysql or mysql-async
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',
...
}You just start the script, and database is going to be defined automatically.
You should have 4 tables in database
if you have any issue with the automatic creation file with table exports is located in assets/db/db.sql
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
rcore_shortcuts
rcore_shortcuts_categories
rcore_shortcuts_logger
rcore_shortcuts_premade