Configuration

In the configuration file (config.lua), you can easily customize the notification script to fit your needs, allowing you to adjust the style and appearance of notifications to your preferences.

config.lua
Config = {}

Config.Menu = 'esx' -- ox_lib / esx (for esx_default_menu) / qb (for qb-menu)

Config.Locales = 'en' -- en / nl -> you can change these in the locales folder

Config.CDnotify = true -- Set true if you use Cobra Development Notify, if false, set your own notifications in client/ and server/- _utils.lua

Config.ItemName = 'license_plate' -- The item name of the license plate (default license_plate)

Config.WebhookURL = '' -- Discord Webhook URL

We currently only support: ox_lib / esx_menu_default / qb-menu

For inventory: All inventory's should work, though we don't guarantee this. We have tested this on: esx default inventory, ox_inventory and qb-inventory and it works.

Last updated