• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

ESX [Release] [ESX] [Free] JoeHUD [HUD, Seatbelt & Speedlimiter] (1 Viewer)

jasonleson

New member
Joined
Nov 4, 2021
Messages
3
Reaction score
4
Points
3
Credits
28
**Joe HUD (HUD, Seatbelt & Speedlimiter)** - This is my first project & all feedback would be greatly appreciated - A HUD inspired by Cosmo_HUD & Nopixel 3.0 For FiveM (ESX)

**Features**

* HUD elements toggled in **/hud** are saved to the users cache, meaning you don't need to turn every element on and off each time you load into the server.

* Seatbelt System & Speed limiter with mappable keybinds

* 0.01ms - 0.5ms (Needs to be optimized, if you have suggestions please comment them)

* Circle Map & Streamed minimap/bigmap

* Change how often speedomoter updates in **/hud** to reduce or increase depending on PC

* Server sided commands / functions

**Installation**
1. Download [JoeHUD] https://github.com/joe-rogan-0001/joehud from Github

2. Put 'joehud' into your 'resources' folder.

3. Start in servercfg.

Do not change the name or most parts will not function.*

**Voice Detection:**

**Mumble Voip** - For mumble-voip compatibility, you need to add the code the code below to line ``mumble-voip/client.lua`` line 803

**PMA-voice** - pma-voice compatibility, you need to add the code below in `pma-voice/client/main` on line 193


```
exports['joehud']:Voicelevel(voiceMode)
```

Original Post: https://forum.cfx.re/t/release-esx-free-joehud-hud-seatbelt-speedlimiter/4762129

**Requirements**
* es_extended

* esx_basicneeds

**USAGE**

**/hud** - Opens HUD menu to enable/disable elements of the HUD.

**Seatbelt** - Default Key - Can be changed in FiveM settings
**Speedlimiter**- Default Key [CAPSLOCK] - Can be changed in FiveM settings

**/Seatbelt** & **/Speedlimiter**

**Big thanks to:**

https://forum.cfx.re/u/cosmokramer/ for snippets & inital inspiration.

https://forum.cfx.re/u/Antoine for the colored map.

https://loading.io/progress/ for the loading-Bar library.

**License**

[License [MIT]](https://choosealicense.com/licenses/mit/)
 
  • Post hidden due to user being banned.

hanspouw21

Well-known member
God VIP
Joined
Mar 2, 2021
Messages
261
Reaction score
25
Points
18
Age
48
Credits
825
**Joe HUD (HUD, Seatbelt & Speedlimiter)** - This is my first project & all feedback would be greatly appreciated - A HUD inspired by Cosmo_HUD & Nopixel 3.0 For FiveM (ESX)

**Features**

* HUD elements toggled in **/hud** are saved to the users cache, meaning you don't need to turn every element on and off each time you load into the server.

* Seatbelt System & Speed limiter with mappable keybinds

* 0.01ms - 0.5ms (Needs to be optimized, if you have suggestions please comment them)

* Circle Map & Streamed minimap/bigmap

* Change how often speedomoter updates in **/hud** to reduce or increase depending on PC

* Server sided commands / functions

**Installation**
1. Download [JoeHUD] https://github.com/joe-rogan-0001/joehud from Github

2. Put 'joehud' into your 'resources' folder.

3. Start in servercfg.

Do not change the name or most parts will not function.*

**Voice Detection:**

**Mumble Voip** - For mumble-voip compatibility, you need to add the code the code below to line ``mumble-voip/client.lua`` line 803

**PMA-voice** - pma-voice compatibility, you need to add the code below in `pma-voice/client/main` on line 193


```
exports['joehud']:Voicelevel(voiceMode)
```

Original Post: https://forum.cfx.re/t/release-esx-free-joehud-hud-seatbelt-speedlimiter/4762129

**Requirements**
* es_extended

* esx_basicneeds

**USAGE**

**/hud** - Opens HUD menu to enable/disable elements of the HUD.

**Seatbelt** - Default Key - Can be changed in FiveM settings
**Speedlimiter**- Default Key [CAPSLOCK] - Can be changed in FiveM settings

**/Seatbelt** & **/Speedlimiter**

**Big thanks to:**

https://forum.cfx.re/u/cosmokramer/ for snippets & inital inspiration.

https://forum.cfx.re/u/Antoine for the colored map.

https://loading.io/progress/ for the loading-Bar library.

**License**

[License [MIT]](https://choosealicense.com/licenses/mit/)
Nice
 

FiveMvincent

New member
Joined
Feb 22, 2022
Messages
1
Reaction score
0
Points
1
Credits
7
**Joe HUD (HUD, Seatbelt & Speedlimiter)** - This is my first project & all feedback would be greatly appreciated - A HUD inspired by Cosmo_HUD & Nopixel 3.0 For FiveM (ESX)

**Features**

* HUD elements toggled in **/hud** are saved to the users cache, meaning you don't need to turn every element on and off each time you load into the server.

* Seatbelt System & Speed limiter with mappable keybinds

* 0.01ms - 0.5ms (Needs to be optimized, if you have suggestions please comment them)

* Circle Map & Streamed minimap/bigmap

* Change how often speedomoter updates in **/hud** to reduce or increase depending on PC

* Server sided commands / functions

**Installation**
1. Download [JoeHUD] https://github.com/joe-rogan-0001/joehud from Github

2. Put 'joehud' into your 'resources' folder.

3. Start in servercfg.

Do not change the name or most parts will not function.*

**Voice Detection:**

**Mumble Voip** - For mumble-voip compatibility, you need to add the code the code below to line ``mumble-voip/client.lua`` line 803

**PMA-voice** - pma-voice compatibility, you need to add the code below in `pma-voice/client/main` on line 193


```
exports['joehud']:Voicelevel(voiceMode)
```

Original Post: https://forum.cfx.re/t/release-esx-free-joehud-hud-seatbelt-speedlimiter/4762129

**Requirements**
* es_extended

* esx_basicneeds

**USAGE**

**/hud** - Opens HUD menu to enable/disable elements of the HUD.

**Seatbelt** - Default Key - Can be changed in FiveM settings
**Speedlimiter**- Default Key [CAPSLOCK] - Can be changed in FiveM settings

**/Seatbelt** & **/Speedlimiter**

**Big thanks to:**

https://forum.cfx.re/u/cosmokramer/ for snippets & inital inspiration.

https://forum.cfx.re/u/Antoine for the colored map.

https://loading.io/progress/ for the loading-Bar library.

**License**

[License [MIT]](https://choosealicense.com/licenses/mit/)
w
 

hamednami

Active member
Joined
Jan 13, 2023
Messages
80
Reaction score
2
Points
8
Credits
266
**Joe HUD (HUD, Seatbelt & Speedlimiter)** - This is my first project & all feedback would be greatly appreciated - A HUD inspired by Cosmo_HUD & Nopixel 3.0 For FiveM (ESX)

**Features**

* HUD elements toggled in **/hud** are saved to the users cache, meaning you don't need to turn every element on and off each time you load into the server.

* Seatbelt System & Speed limiter with mappable keybinds

* 0.01ms - 0.5ms (Needs to be optimized, if you have suggestions please comment them)

* Circle Map & Streamed minimap/bigmap

* Change how often speedomoter updates in **/hud** to reduce or increase depending on PC

* Server sided commands / functions

**Installation**
1. Download [JoeHUD] https://github.com/joe-rogan-0001/joehud from Github

2. Put 'joehud' into your 'resources' folder.

3. Start in servercfg.

Do not change the name or most parts will not function.*

**Voice Detection:**

**Mumble Voip** - For mumble-voip compatibility, you need to add the code the code below to line ``mumble-voip/client.lua`` line 803

**PMA-voice** - pma-voice compatibility, you need to add the code below in `pma-voice/client/main` on line 193


```
exports['joehud']:Voicelevel(voiceMode)
```

Original Post: https://forum.cfx.re/t/release-esx-free-joehud-hud-seatbelt-speedlimiter/4762129

**Requirements**
* es_extended

* esx_basicneeds

**USAGE**

**/hud** - Opens HUD menu to enable/disable elements of the HUD.

**Seatbelt** - Default Key - Can be changed in FiveM settings
**Speedlimiter**- Default Key [CAPSLOCK] - Can be changed in FiveM settings

**/Seatbelt** & **/Speedlimiter**

**Big thanks to:**

https://forum.cfx.re/u/cosmokramer/ for snippets & inital inspiration.

https://forum.cfx.re/u/Antoine for the colored map.

https://loading.io/progress/ for the loading-Bar library.

**License**

[License [MIT]](https://choosealicense.com/licenses/mit/)
nice
 

Users who are viewing this thread

Top