Custom Notifications
We've added support for framework based notification systems straight out of the box. To configure this, head to the notifications section of the config.lua file.
notifications = {
Enabled = true,
Framework = {
QBCore = false,
QBX = false,
ESX = false,
vRP = false,
okok = false,
}
},
Here you can enable notifications for QBCore, ESX, vRP, okok and QBX. If you want to integrate a different notification system that isn't supported, you can either do this yourself in the cl_utils.lua file, or suggest an integration through the form here.
Last updated
Was this helpful?