Skip to content

a beautiful, simple player & vehicle hud

Notifications You must be signed in to change notification settings

Ynot-Workshop/y_hud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

y_hud

y_hud

A beautiful and simple player & vehicle hud.

Supports y_nitro.

Features

  • player HUD includes:
    • Uses gta's native hud for health / armor / oxygen
    • Circle progress for hunger, thirst, stress and voice level
      • The progress is updated by listening to the appropriate statebags
      • Fully integrated with pma-voice
    • "Compass" displaying heading & location
  • vehicle HUD includes:
    • Speed (unit is configurable)
    • Fuel (with low fuel alerts)
    • Seatbelt (Green) & Harness (Blue)
    • Nitro if using y_nitro OR other compatible scripts (if that exists)
      • Nitro using the nitro statebag
      • Purge level using the nitroPurge statebag
    • Headlights & Turn signals
  • Events to toggle hud / toggle cinematic mode
    • qbx_hud:client:toggleCinematicMode
    • qbx_hud:client:togglehud
      • qbx_hud:client:showHud
      • qbx_hud:client:hideHud

Dependencies