# ‌📋 rcore\_whiteboard

**Whiteboard script for FiveM**

* 📦 Buy here <https://store.rcore.cz/package/5753910>

## Common Issues & Solutions

{% hint style="danger" %}
this script **REQUIRES** artifact version **4752** or **newer**
{% endhint %}

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

## Installation

1. Download the resource from the keymaster page.
2. Copy \[rcore\_whiteboard] folder and put it in resources folder of your server
3. Go to your server.cfg and add `ensure [rcore_whiteboard]`
4. Add to bottom of server.cfg permission part (script need this permission to use properly ACE permission)

```lua
add_ace resource.rcore_whiteboard command.add_ace allow
add_ace resource.rcore_whiteboard command.add_principal allow
add_ace resource.rcore_whiteboard command.remove_ace allow
add_ace resource.rcore_whiteboard command.remove_principal allow
```

5. Go to rcore\_whiteboard/config.lua find Config.TargetSystem and set it to fit system that fits your server

```lua
--Targets.QB_TARGET
--Targets.OX_TARGET
--Targets.STANDALONE
Config.TargetSystem = Targets.STANDALONE
```

6. Go to rcore\_whiteboard/config.lua and find Config.Framework and set it to fit framework that fits your server

* Standalone version does not have job and grade restriction available (you can edit it for your use in rcore\_whiteboard/server/lib/permission.lua)

```lua
--Frameworks.QBCORE
--Frameworks.ESX
--Frameworks.STANDALONE
Config.Framework = Frameworks.STANDALONE
```
