[ACCESSIBLE CODE] Vanilla+ HUD (esx / qb / custom / standalone)

Tired of intrusives HUDs ? Vanilla+ HUD is here to fix this.

Vanilla+ HUD builds on the default GTA V interface to deliver a minimalist and immersive experience, perfect for both RP and freeroam servers. This script is designed to provide your players with a clean and seamless UI. No need to waste time tweaking a cluttered HUD or dealing with distracting visual effects when immersion is the goal.

It’s simple. It’s clean. It works.


📑 Features

:wrench: General & Compatibility

  • Fully open source
  • Support for ESX, QB, custom frameworks, and stand-alone setups
  • Automatic update check
  • ~0.02ms on foot / ~0.05ms in vehicle

:desktop_computer: UI & Display

  • Modern in-game chat design
  • Customizable notification system
  • Toggleable “No HUD” and “Cinematic” mode
  • Server name display
  • Voice chat UI

:world_map: HUD Elements

  • Redesigned minimap (radar)

  • Street and zone name display

  • Custom crosshair

:heart: Player Stats

  • Health, armor, oxygen, hunger & thirst indicators

:red_car: Vehicle Information

  • Battery or fuel level for vehicles
  • Speedometer and altimeter
  • Vehicle class and model display
🖼️ Screenshots
🔧 Compatibility
⚙️ Config file
config = {
    framework = {
        ESX = true,
        QB = false,
        Custom = false,
    },
    voice = {
        pma_voice = true,
    },
    notification = {
        enabled = true,
    },
    radarOnFoot = {
        enabled = false,
    },
    title = {
        serverName = "Los Gringos RP",
    },
    streetLabel = {
        enabled = true,
        vehicleOnly = true,
    },
    vehicleLabel = {
        enabled = true,
        hotkey = 48,                -- INPUT_HUD_SPECIAL (Z - QWERTY / W - AZERTY)
    },
    vehicleMeters = {
        enabled = true,
        metric = true,
    },
    fuelDisplay = {
        enabled = true,
        vehicleClassBlacklist = {
            [13] = true, -- Cycles
            [14] = true, -- Boats
            [15] = true, -- Helicopters
            [16] = true, -- Planes
        },
    },
    crosshair = {
        enabled = true,
        blacklistedWeapons = {
            "weapon_sniperrifle",
            "weapon_heavysniper",
            "weapon_heavysniper_mk2",
            "weapon_marksmanrifle",
            "weapon_marksmanrifle_mk2",
            "weapon_hominglauncher",
        },
    },
}

return config


Video Preview

Documentation

Purchase Here (20$)

The code is 100% accessible, you really own the script if you purchase it.

Code is accessible Yes
Subscription-based No
Lines (approximately) ~1500
Requirements None
Support Yes
2 Likes