This script protected escrow system
[Discord]
izzy-hudv7 β HUD, Music Panel & Personal UI for FiveM
π¦ Overview
* Modern HUD β health, armor, hunger, thirst, oxygen, and more
* Works with ESX and QBCore (newqb, oldqb, esx, oldesx)
* Open settings with /hud β pick the look you want
* Your choices are saved β they stay when you leave and come back
* Requires ox_lib
π€ Profile & top info bar
* Your character name on the top bar (can be turned off)
* Cash, bank, and job at a glance
* Voice status indicator (talking / range)
* Server logo, name, and role text from config (IZZY.TopInformation)
* Discord profile photo support β set bot token in server/botToken.lua
* Optional online player count (showTotalPlayer)
β€οΈ Status bars (18 styles)
* 18 status styles β default for new players set in config (defaultStatus)
* Health, armor, hunger, thirst, oxygen β each can be toggled in IZZY.StatusSettings
* Stress meter on the HUD when enabled (IZZY.Stress.show_in_hud)
* Street location on some status styles (showLocation β especially status 10)
* Adjust status scale and colors from the menu
π Speedometer (12 styles)
* 12 speedometer styles (defaultSpeedometer in config)
* KM/H or MPH
* Fuel, RPM, and mileage while driving
* Mileage tracking (saveMileage)
* Passengers can see the speedometer or not β showToPassengers
* Separate helicopter speedometer β toggle via export
π Voice & location
* Voice status on the top bar
* Real clock and date β toggled in config (DisplayRealTime, DisplayRealDate)
* Compass visibility from the menu
* Location / street info on selected status styles
πΊοΈ Minimap
* Default map shape: rectangle (DefaultMap)
* Rounded or squared style in the menu
* When the map shows: never / always / in car only (mapVisibility)
* Minimap while walking β enable with DisplayMapOnWalk
* Postal map mode β IZZY.PostalMap (uses its own refresh interval when on)
π« Weapon display
* Weapon name, clip, and ammo on the HUD while armed
π΅ Music panel (IZZY.Music)
* Open the music panel with /music (command configurable)
* Add tracks with YouTube and Spotify links
* Create, edit, and delete playlists
* Playlist cover from image URL
* Search music in the panel
* Built for in-car listening RP
π‘οΈ Seatbelt
* Buckle with B (key mapping or classic key β config)
* Seatbelt alarm sound can be turned off
* Unbuckled crashes around ~130 km/h can eject you β ragdoll time configurable
* Use IZZY.Seatbelt.enable = false if another seatbelt script handles it
π§ Stress system (IZZY.Stress.useStress)
* Stress from speed, weapons, and vehicle class
* Police (leo) and ambulance jobs whitelisted
* Some weapons donβt add stress (petrol can, fire extinguisher, etc.)
* Blur effects ramp up as stress increases
π Progress & notifications
* Progress bar for server actions via export
* Cancel with X (hud_cancel_progress key mapping)
* Success, error, and info toasts β separate color styles
* HUD-themed notify export
π¨ Customization menu
* Drag elements and save positions (enableDraggable)
* Colors for global, status, speedometer, top info, and notifications
* Factory reset β position, scale, and colors separately
* Pick progress bar style
π Languages
* Turkish and English locale files IZZY.Locale = 'tr' or 'en' β menu and alerts follow your choice
βοΈ Performance (config)
* IZZY.WhileMilisecond β update intervals in and out of vehicles
* Hides default GTA HUD components (2, 6, 7, 8, 9, 21, 22)
β½ Fuel compatibility
* Auto-detects ox_fuel, cdn-fuel, LegacyFuel, rcore_fuel, okokGasStation, lc_fuel, BigDaddy-Fuel
π οΈ Setup (server owners)
* config.lua β framework, mysql, commands, stress, seatbelt, music, map
* server/botToken.lua β Discord avatar
* locales/tr.lua and en.lua β UI strings
* Escrow ignore: config, locales, seatbelt, stress, exports, botToken
* Exports: hudIsReady, getHUDVariables, notify, hideHUD, showHUD, Progress, ToggleSpeedometer, ToggleMap, and more