Config
{
debug = true,
framework = 'qb', -- Options: 'esx', 'qb', 'qbox'
locale = 'en', -- Options: 'ar', 'de', 'en', 'es', 'fr', 'it, 'ja', 'pl', 'pt-BR', 'pt', 'ru', 'tr', 'zh-CN', 'zh-TW'
hudThread = {
interval = 200, -- in milliseconds
optimizationInterval = 500, -- in milliseconds
},
serverInfo = {
enabled = true, -- Enable/Disable Server Info HUD
refreshInterval = 45000, -- in milliseconds
serverName = '<span style="color: rgba(59, 157, 84, 1.0)">RANDOM <span style="color: white">ROLEPLAY</span></span>',
showPing = true,
showNumberOfPlayersOnline = true,
showPlayerId = true,
showTime = true,
expandable = true,
keyMapping = {
command = 'bsstatus',
description = 'Toggle Server Info Expand',
keyboard = 'Z',
},
dutyJobs = {
{ name = 'police', icon = 'fas fa-light-emergency-on', color = '#478AFF' },
{ name = 'ambulance', icon = 'fas fa-truck-medical', color = '#F04248' },
{ name = 'lawyer', icon = 'fas fa-scale-unbalanced', color = '#9747FF' },
{ name = 'mechanic', icon = 'fas fa-wrench', color = '#38393B' },
}
},
progressBar = {
keyMapping = {
command = 'bscancelprogress',
description = 'Cancel Progress Bar',
keyboard = 'X',
}
}
}