Configuration
LB Tablet is highly configurable and automatically detects your framework by default.
If you want to customize the tablet further, you can do so in the config
folder.
QBCore & QBox
Licenses
By default, only the driver
and weapon
licenses are enabled. You can enable more licenses by adding them to the local licenses
table in lb‑tablet/server/custom/frameworks/qb.lua
/lb‑tablet/server/custom/frameworks/qbx.lua
.
local licenses = {
{
label = "Driver's License",
type = "driver"
},
{
label = "Weapon License",
type = "weapon"
}
}