Detailed explanation of the config file to adapt the resource to your player needs.
The config.lua
Config = {}
Config.Framework = "qb"
Config.FrameworkPseudo = "qb-core" -- The name of the resource that contains the core object
Config.Inventory = "qb" -- Options: qb, tgiann, ox
Config.Target = "interact" -- Options: qb, ox, interact
Config.Item = "whiteboard" -- The item name used to place the prop, make sure it exists in your inventory system
Config.Radius = 50.0 -- max 20 props at this radius (x, y) (do not touch unless you know what you are doing)
Config.zDiff = 15.0 -- max height difference between the props to check the radius (do not touch unless you know what you are doing)
Config.WaitTime = 1000 -- time to wait for the dui to completely load (do not touch unless you know what you are doing)