exports['bazq-hud']:ShowNotification(type, title, message, duration)
-- type: 'success', 'error', 'info'
-- duration: milliseconds (e.g., 5000)exports['bazq-hud']:ClearAllNotifications()Config = {}
Config.Framework = 'auto' -- 'auto', 'qb', 'esx'
Config.UpdateInterval = 200
Config.EnableCompass = true
Config.EnableVehicleHUD = true
Config.Minimap = 'vehicle' -- 'always', 'vehicle', 'never'
Config.EnableCinematicMode = true
Config.UseStress = true
Config.SpeedUnit = 'kmh'