rcore_whiteboard
Whiteboard script for FiveM
📦 Buy here https://store.rcore.cz/package/5753910
Common Issues & Solutions
this script REQUIRES artifact version 4752 or newer
Version check
Installation
Download the resource from the keymaster page.
Copy [rcore_whiteboard] folder and put it in resources folder of your server
Go to your server.cfg and add
ensure [rcore_whiteboard]
Add to bottom of server.cfg permission part (script need this permission to use properly ACE permission)
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
Go to rcore_whiteboard/config.lua find Config.TargetSystem and set it to fit system that fits your server
--Targets.QB_TARGET
--Targets.OX_TARGET
--Targets.STANDALONE
Config.TargetSystem = Targets.STANDALONE
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)
--Frameworks.QBCORE
--Frameworks.ESX
--Frameworks.STANDALONE
Config.Framework = Frameworks.STANDALONE
Last updated
Was this helpful?