Wert Advanced HUD

Wert HUD is a comprehensive, all-in-one interface solution for FiveM servers. It combines aesthetics with high performance, offering players unprecedented control over their UI. Support for QBCore, ES

📦 Dependencies

Before installing, please ensure you have the following resource installed and running:

🛠️ Installation

Step 1: Resource Placement

  • Download the script from your CFX portal.

  • Place the wert_hud folder into your server's resources directory.

Step 2: Configuration

  • Open config/main.lua and select your framework:

Framework = 'qbx', -- 'qb' - 'qbx' - 'esx'

Step 3: Ensure Resource

  • Add the following line to your server.cfg:

ensure wert_hud

circle-info

Note : If you wish to make changes before starting, you can make custom adjustments to the configuration file or any other open file.

⚙️ Language Editor (JSON)

circle-check

Harika, bu kodlar dökümantasyonun "Developer API" kısmını çok daha profesyonel gösterecek. Geliştiricilerin kendi scriptlerinden senin HUD'ına veri göndermesini sağlayacak bu

💻 Developer API

Use these exports and events to integrate your custom scripts with Wert HUD.

1. Update Status Values

You can manually update the status bars (Hunger, Thirst, Stress) using either the export or the client-side event.

Export Usage

Client Event Usage


2. Toggle HUD Display

You can completely hide or show the HUD (e.g., for cutscenes, photo modes, or specific UI interactions).

Export Usage

Client Event Usage


3. Character Creation State

To prevent the HUD from overlapping during character creation or multi-character menus, use this event to set the creation state.

Client Event Usage


💡 Pro Tip for Developers

All values sent to SetStatus are automatically sanitized and converted to numbers. Ensure you are sending values between 0 and 100 for the best visual representation.

OPEN FILES

chevron-rightconfig/main.luahashtag

chevron-rightconfig/shared.luahashtag

chevron-rightclient/utils.luahashtag

chevron-rightclient/stress.luahashtag

chevron-rightserver/editable_server.luahashtag

Last updated