[RELEASE] [ESX] Money HUD

This is the first HUD I ever created; I don’t know enough about JS, so I couldn’t make config to modify the server name and toggle stuff.

Preview
image
image

Shows:
Society Money
Bank, In-Hand Cash, and Black Money
Player ID, Server Link, Date, and Time

Dependencies
esx_society
es_extended (LEGACY)

Installation

  1. Drag and drop talha-hud into your resources
  2. Add start talha-hud to your server.cfg

Configuration
Modify the server name in html/index.html

Commands
Toggle the hud by writing /togglehud in the chat

Github

For any support, you can reply here and also leave some comments.

3 Likes

You have a pullup request for supporting new ESX, fix toogle command and some UI changes for other resoultions.

1 Like

Is it possible to pull the hud higher???
starting in the direction of the arrow

Yeah it’s possible

Change html/style.css:

Replace the current #hud-container with this

#hud-container {
position: absolute;
top: 30px;
right: 10px;
color: white;
text-align: right;
z-index: 1;
}


Is it possible to pull the hud higher???
starting in the direction of the arrow

Please tell me how do I delete that

Great work! Great script! :clap: