Config = {}Config.framework ="auto" -- "auto" or "qb" for QB, "qbx" for QBOX, "esx" for ESXConfig.testMode =false-- If you need to restart the hud in game for testing purposes, set this to trueConfig.allowUserCustomisation =true-- When set to true, players can customise their hud to their liking, when false only Cinematic mode is available
Config.useAmmoHud =true-- Enable or disable the HUD's own ammo display. If disabled top right hud will move down when the player is armed.
Config.defaultIcon ="bars" -- Default icon for progressbar, https://fontawesome.com/v6/search?o=r&m=free
Config.showCompassOnFoot =false-- Sets whether the compass can be viewed on foot
Config.showMapOnFoot =true-- Sets whether the minimap can be viewed on foot
--Car HUD
Config.useMPH =false-- true / MPH | false / KPH
Config.showCompass =true-- Enable or disable the compass above the map
Config.showStreet =true-- Enable or disable the street names above the map
--Cruise Control
Config.cruiseControl =true-- Enable or disable cruise control system
Config.useSmallResourcesForCruise =false-- If using qbor qbx smallresources for cruie control, set the previous line to false and set this to true
Config.enableRadiolist =true--Enable or disable radio list
Config.radiolistOnRight =true--Sets the position of the radio list
--Seatbelt System
Config.enableBelt =true-- Enable or disable built-in seatbelt system
Config.useSmallResourcesForBelt =false-- If using qb-smallresources or qbx_seatbelt for belt system, set the previous line to false and set this to true