# ‌🔠 rcore\_shortcuts

## rcore\_shortcuts

#### Version check

{% hint style="info" %}
Before submitting a support ticket or using anything in the documentation, always make sure that you have the **newest update** from your keymaster.
{% endhint %}

#### 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

```lua
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.

[Permissions](https://documentation.rcore.cz/paid-resources/rcore_shortcuts/permissions) [Limits](https://documentation.rcore.cz/paid-resources/rcore_shortcuts/limits)
