[FREE] [ESX] CryBaby HUD

[FREE] [ESX] CryBaby HUD

CryBaby HUD is a clean, modern, and highly optimized interface for ESX. Built with an adaptive liquid-glass design, it seamlessly combines player vitals, voice indicators, weapon telemetry, and vehicle diagnostics without cluttering the screen.


:shopping_cart: Download FREE on Tebex | :speech_balloon: Discord Support


:glowing_star: Core Features

Feature Details
:bust_in_silhouette: Player HUD Health, armor, stamina, hunger, thirst, cash/bank, job (with custom PNG icons), ID, date/time & street/postal display (nearest-postal).
:automobile: Vehicle Telemetry Speed (KMH/MPH), RPM, gear, fuel, engine status, crash ejection, seatbelt (custom sound), speed limiter & persistent mileage (veh_km).
:high_voltage: EV & Adaptive UI Auto-detects electric vehicles (charge/power output). Dynamic compact HUDs for passengers, bikes, boats, aircraft, and motorcycles.
:studio_microphone: Voice & Weapons Compatible with pma-voice & SaltyChat (range circle/animations). Real-time weapon HUD (ammo, mag size, EN/DE names).
:desktop_computer: Smart Rendering Dynamic day/night glass brightness, native Ultrawide minimap positioning, and clean developer exports (hideHud / showHud).

:keyboard: Keybinds

Action Default Key
Toggle HUD Unbound
Toggle Seatbelt B
Speed Limiter Y

All keybinds can be rebound by players directly in the standard FiveM Key Mapping settings.


:gear: Requirements & Details

Requirements Resource Info
Framework: ESX 1.1, 1.2 & Legacy (1.6+) (Tested on latest Legacy)
Database: oxmysql
Status: esx_status
Voice: pma-voice or SaltyChat
Optional: nearest-postal
Performance: 0.03ms (idle) | 0.04-0.07ms (in vehicle)
Code Access: Escrowed (Config, Locales & NUI open)
Subscription: No
Lines: ~3,900
Support: Yes

:gear: Config Preview

Click to view config.lua sample
Config = {}

-- General
Config.HUDColor = "FF5C0096"          -- Accent color
Config.currencySymbol = " €"          -- Currency
Config.EnableUpdateChecker = true     -- Version check (no telemetry)
Config.ShowStamina = true             -- Show stamina bar

Config.DynamicGlass = {
    Enabled = true,
    DayStartsAt = 6,                  -- Day mode starts (hour)
    NightStartsAt = 20                -- Night mode starts (hour)
}

-- Voice
Config.VoiceScript = "PMA-VOICE"       -- "PMA-VOICE" or "SaltyChat"
Config.UseRadio = true

-- Vehicles & Speedo
Config.Speedo = true
Config.SpeedUnit = "kmh"               -- "kmh" or "mph"
Config.Seatbelt = {
    SoundVolume = 0.5,
    CrashEjection = true,
    EjectionSpeed = 60.0               -- Minimum speed in km/h
}

-- Minimap & GPS
Config.AlwaysShowRadar = true          -- Minimap on foot
Config.UltrawideMinimap = true         -- Fix ultrawide position
Config.UsePostals = false              -- true = postals, false = street names
1 Like