Config File
Config = {}
Config.Language = 'en'
Config.Notify = 'qb-core' -- qb-core, ox_lib or custom
Config.CustomNotify = function(type, text)
-- you can use your own notify function here
end
Config.UI = {
MenuKey = 'F6', -- or false
Command = 'vehcontrol',
showNotifications = true,
driverOnly = true -- if true, only driver can access vehicle control menu
}
Config.RearCamera = {
parkingSensor = true, -- enable parking sensor (may cause performance because of raycast)
parkingSensorVolume = 1, -- 0.1 - 1
duration = 10000 -- duration in milliseconds (for automatic disable rear camera)
}
Config.Music = {
distance = 15 -- music distance in meters (how far others can hear the music)
}
Config.BlacklistedVehicles = {
'bmx'
}Last updated