clean customizable hud for fivem. made by kxirby at sync scripts.
preview! https://www.youtube.com/watch?v=WhOincmhkuc
- 8 color themes (clean, darkness, neon, ocean, sunset, forest, blood, royal)
- 5 icon shapes (square, rounded, circle, diamond, hexagon)
- 5 status bar styles (clean, shadow, outline, neon, gradient)
- 3 speedometer styles (minimal, circle, digital)
- full rgb color customization
- in-game settings menu (F6)
- top right watermark with server logo, name, id, cash, bank, discord
- death state (health turns red when dead)
- works with esx, qbcore, qbox, standalone
- drop sync-hud in your resources
- add
ensure sync-hudto server.cfg - put your logo in
html/assets/logo.png - edit
config.lua - restart
everything is in config.lua with comments explaining what each thing does.
frameworks: esx, qbcore, qbox, ox core, standalone
fuel: legacyfuel, ox_fuel, cdn-fuel, ps-fuel, lj-fuel, okokgasstation, renewed-fuel
needs: esx_status, esx_basicneeds, qbcore metadata, okokneeds
exports['sync-hud']:ToggleHUD(true/false)
exports['sync-hud']:OpenSettings()
exports['sync-hud']:SetSeatbelt(true/false)
exports['sync-hud']:SetMoney(cash, bank)
exports['sync-hud']:SetHunger(value)
exports['sync-hud']:SetThirst(value)
exports['sync-hud']:ToggleMinimap(true/false)
exports['sync-hud']:SetDead(true/false)/hudsettingsor F6 - open settings/togglehudor F7 - toggle hud/synchud reload- admin reload/synchud reset [id]- admin reset player settings
- minimap is off by default, players can turn it on in settings
- seatbelt indicator is off by default in config since not all seatbelt scripts trigger the right events. if yours works, turn it on in config
- settings save to client and persist through restarts
made by kxirby | sync scripts