Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
docs: update version + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
demxnn committed Feb 20, 2022
1 parent e50ab07 commit ebb5366
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@ dx_hud is an HUD for FiveM and ESX Legacy.

- pma-voice

## Useful Snippets

### I won't provide any support for the snippets below, it's up to you to understand if you need it or not or if you have any conflicts aswell.

If you want to equal health among peds, run this client-side every tick.
```lua
if GetEntityMaxHealth(PlayerPedId()) ~= 200 then
SetEntityMaxHealth(PlayerPedId(), 200)
SetEntityHealth(PlayerPedId(), 200)
end
```

If you want to disable health regen, run this client-side every tick.
```lua
SetPlayerHealthRechargeMultiplier(PlayerId(), 0.0)
SetPlayerHealthRechargeLimit(PlayerId(), 0.0)
```

## Download & Installation


Expand Down
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fx_version 'cerulean'
game 'gta5'
author '0xDEMXN'
version '1.0.6'
version '1.0.8'

lua54 'yes'
use_fxv2_oal 'yes'
Expand Down

0 comments on commit ebb5366

Please # to comment.