⚙️ Configuration
Adjust these options to fit your server’s framework, inventory & etc. needs!
⚙️ Configure the core settings of the Wizard Mileage System to fit your server’s framework, language, inventory, UI, and gameplay preferences.
🚀 Core Settings:
Debug Mode: Enable or disable debug messages in the server console.
Cfg.Debug = true
Useful for troubleshooting and development.Framework: Specify your server framework to ensure compatibility. Options include:
"qb"
(QBCore/QBox),"esx"
(ESX), or"nd"
(ND Core).Cfg.FrameWork = 'qb'
Notifications: Choose the notification system for alerts and messages. Options include:
"default"
,"wizard"
,"ox"
,"qb"
,"qbx"
,"okok"
,"esx"
,"nd"
.Config.Notify = 'ox'
Inventory Script: Define which inventory system your server uses. Options:
'ox'
,'codem'
,'quasar'
,'qb'
, or'esx'
.Cfg.InventoryScript = 'ox'
Progress Bar: Choose the progress bar system for maintenance actions. Options:
"ox"
or"qb"
.Cfg.ProgressBar = 'ox'
🚀 Other Settings:
Unit: Set the unit of distance & speed measurement. Options:
"metric"
or"imperial"
.Cfg.Unit = 'metric'
Example configuration:
Cfg.Debug = true -- Enable debug messages in console
Cfg.FrameWork = 'qb' -- "qb" (QBCore/QBox) or "esx" (ESX) or "nd" (ND Core)
Cfg.Notify = 'ox' -- Choose your notification system: "default", "wizard", "ox", "qb", "qbx" "okok", or "esx"
Cfg.InventoryScript = 'ox' -- Choose inventory system: 'ox' for ox_inventory, 'codem', 'quasar', 'qb' for qb-inventory, or 'esx' for esx built in inventory
Cfg.ProgressBar = 'ox' -- Choose your progress bar: "qb" for QBCore/QBox and "ox" for ox_lib
Cfg.Unit = 'metric' -- "metric" or "imperial" for calculations
Last updated