Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blackmoney ? #48

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
1f4e861
vRP is dead :(
Mycroft-Studios Feb 9, 2023
befd226
readme fixup
Mycroft-Studios Feb 9, 2023
0bd7f05
Delete readme-en.html
Mycroft-Studios Feb 9, 2023
2d1211a
tweak(config): change default language
Mycroft-Studios Feb 9, 2023
ffdee05
Delete milleniumfalcon.lua
Mycroft-Studios Feb 9, 2023
095bb84
refactor: change to esx import
Mycroft-Studios Feb 9, 2023
7686e1e
formatting: remove Citizen.
Mycroft-Studios Feb 9, 2023
14a6eed
basic optimisations
Mycroft-Studios Feb 9, 2023
9b9dace
directory refactor
Mycroft-Studios Feb 9, 2023
f9acde0
Update client.lua
Mycroft-Studios Feb 9, 2023
5a65277
use Lua 5.4
Mycroft-Studios Feb 9, 2023
b422c86
formatting: ui.html
Mycroft-Studios Feb 9, 2023
63c80ae
Update server.lua
Mycroft-Studios Feb 9, 2023
fa94788
new default logo
Mycroft-Studios Feb 9, 2023
4d62ce4
complete refactor
Mycroft-Studios Feb 10, 2023
69933d8
better font
Mycroft-Studios Feb 10, 2023
17751aa
remove duplicate variable
Mycroft-Studios Feb 10, 2023
16bd381
major refactor
Mycroft-Studios Feb 10, 2023
4d9f3d3
readme fixes
Mycroft-Studios Feb 10, 2023
b19c029
new Preview Video
Mycroft-Studios Feb 10, 2023
bc6cffe
fix(app.js): correct modes for PMA Voice
Mycroft-Studios Feb 11, 2023
c9e8273
fix(client.lua): create a default for voice modes
Mycroft-Studios Feb 11, 2023
d0e6f6c
tweak(config.lua): remove unused config option
Mycroft-Studios Feb 11, 2023
7a39440
Feat: ID icon
Mycroft-Studios Feb 12, 2023
09b4028
tweak: add new feature to readme
Mycroft-Studios Feb 12, 2023
8487427
refactor: prep for multi-framework
Mycroft-Studios Feb 12, 2023
daae79d
!Feat: QBCore Support
Mycroft-Studios Feb 12, 2023
4dede56
fix: wrong HTML/CSS placement for PlyId
Mycroft-Studios Feb 12, 2023
2d79905
feat: qb support to readme
Mycroft-Studios Feb 12, 2023
adb093a
fix(qbcore): translation issue
Mycroft-Studios Feb 12, 2023
f412a9a
fix: remove server file from fxmanifest
Mycroft-Studios Feb 12, 2023
f2096b2
fix(qb/client): on_release error
Mycroft-Studios Feb 12, 2023
45d36c3
experimental fix(qbcore):wait until logged in
Mycroft-Studios Feb 12, 2023
cfefc7b
feat: separate config options for minimap
Mycroft-Studios Feb 18, 2023
38c92c5
feat: updated zone list
Mycroft-Studios Feb 18, 2023
1372d0c
fix(qbcore): correct status values
Mycroft-Studios Feb 18, 2023
0ea87ad
feat: option to disable Minimap Health & Armor
Mycroft-Studios Feb 19, 2023
4e16d07
fixed misleading config option showMinimapHealth
smirnoff647 May 22, 2023
bd1b922
fixed voicerange indicator
smirnoff647 May 22, 2023
bfc4f6d
Merge pull request #3 from smirnoff647/master
Mycroft-Studios Jul 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
File renamed without changes.
56 changes: 56 additions & 0 deletions ESX/esx_trew_hud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<h1 align='center'>[ESX/QB] Trew Hud </a></h1><p align='center'><b>2023 Remaster By Mycroft</b></p>

One of the most, if not **the most**, popular hud for FiveM brought back with a new life - running with 0.03-0.05ms resmon and 2023 Resource support!

## Major Changes

```diff
+ PMA Voice Support
+ ESX Legacy Support
+ Rewrote major sections
+ Completely Optimised
+ Better Font
+ Completely Client-Sided
+ Added Player Id to HUD
+ Added QBCore Support (Including Stress and Crypto!)
- Removed Unused Code
- Removed Unused Files
- Removed vRP support
```

# Preview

[![Preview](https://i.imgur.com/kerhT5C.png)](https://streamable.com/rhrrn6)

## Installation

1. Extract/Open the .zip.
2. Place `trew_hud-remastered` in your resources directory.
3. Add `ensure trew_hud-remastered` to your server.cfg

### ESX

#### Requirements

- [ESX Legacy](https://github.com/esx-framework/esx_core)
- [ESX Society](https://github.com/esx-framework/esx_society)
- [ESX Addon Account](https://github.com/esx-framework/esx_addonaccount)

#### Optional

- [esx_basicneeds](https://github.com/esx-framework/esx_basicneeds)
- [esx_status](https://github.com/esx-framework/esx_status)

### QBCore

#### Requirements

- [QBCore](https://github.com/qbcore-framework/qb-core)
- [qb-management](https://github.com/qbcore-framework/qb-management)

## Commands

**/toggleui**
Enables/Disables HUD information elements, like _and job all types money_. Useful for streamers.

_**Usage example:**_ /toggleui
Loading