JG Docs
HUD

v1.0.1

Released 19 June 2025

Fixes

  • Show default GTA V HUD components such as 'help text' notifications
  • Config.EnableCruiseControl now actually disables cruise control
  • Fixed minimap disappearing/going grey (add Config.UpdateRadarZoom = true to your config)
  • Fixed issue where minimap was sometimes off-center on 21:9 ultrawides
  • Improved handling of NUI postMessages
  • Fixed QBCore hunger & thirst not displaying until they decrease
  • Add ability to customise displayed currency
  • Hide ped avatar by default
  • Toggle engine has been added to cl-functions (Framework.Client.ToggleEngine) to allow for key integrations

New Config Options

Make sure these new config options are added to your config.lua!

  • Config.UpdateRadarZoom = true
  • Config.Currency = "$"
  • Config.NumberFormat = "en-US"

If you're having issues with HUD not loading in, try disabling the pedAvatar:

Config.ShowComponents = {
  pedAvatar = false,
  ...

Changed Files

  • client/cl-cruise-control.lua
  • client/cl-main.lua
  • client/cl-radar.lua
  • client/cl-vehicle-controls.lua
  • framework/cl-functions.lua
  • web (entire folder)
  • config (config files changed)

On this page