📋 rcore_whiteboard
Last updated
Whiteboard script for FiveM
📦 Buy here https://store.rcore.cz/package/5753910
this script REQUIRES artifact version 4752 or newer
Before submitting a support ticket or using anything in the documentation, always make sure that you have the newest update from your keymaster.
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 allowGo to rcore_whiteboard/config.lua find Config.TargetSystem and set it to fit system that fits your server
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)
Last updated
--Targets.QB_TARGET
--Targets.OX_TARGET
--Targets.STANDALONE
Config.TargetSystem = Targets.STANDALONE--Frameworks.QBCORE
--Frameworks.ESX
--Frameworks.STANDALONE
Config.Framework = Frameworks.STANDALONE