[Release] No Pixel Style Hud RedM | Nas_Hud

This is a No Pixel style hud for RedM. This work is from DuckyQ known as duck_hud. But been modified by me Nastrix

I edited this hud to work properly with ml_needs, you will no longer see the ml_needs hud underneath the No Pixel style hud!

Things added to the hud

  • In Game Time (clock) to the end of the hud system
  • Changed the colour of the green health bar to suit RedM better.

More will be added to this hud soon.

Download
Nas_Hud.zip (13.7 KB)

This hud comes with ml_needs and nas_hud inside. Just drag and drop the files in your resources folder and make sure the server.cfg looks like this.

ensure ml_needs
ensure nas_hud

Requirements

  • ml_needs (comes with the file)

hud.png

4 Likes

Resource ml_needs does not support the current game (gta5).

What=?

This isn’t meant to be used in FiveM.

ahhh ok :frowning:

Yeah sorry bro. This is for RedM only

I’ll take a look into it mate, really busy at the moment but when I get the chance I’ll have a look at it

Nice work

1 Like

Hi,

For ml_needs to work with redemrp_inventory V2, in server.lua you have to do like this:

instead of having this for RegisterUsableItem:

data.delItem(_source, "bread", 1)

you have to put this instead:

local ItemData = data.getItem(_source, 'bread')
ItemData.RemoveItem(1)

and for everything that is refund, instead:

data.addItem(source,"cookedfish", 1)

you have to put this in place for everything:

local ItemData = data.getItem(_source, 'cookedfish')
ItemData.AddItem(1)

:rp:

1 Like

where i can get ml_needs ?

merci beaucoup serrez vous comment fair avec gun_catalogue please Merci

Good evening,

Here I modify it: https://github.com/TTVErraticAlcoholic/gun_catalogue/pull/9/commits/f0d54715c808d5692b387b523b7b8fe228fb8db7

Relate to this to know how to add weapons and ammunition in the config.lua of redemrp_inventory V2 : https://github.com/TTVErraticAlcoholic/gun_catalogue/pull/8/commits/160e65e7aa830ca938851444b1175cd0c8b591d4

the inventory v2 rating was good ok gun rating catalog its not wanting

Merci

SCRIPT ERROR: @gun_catalogue/server.lua:78: attempt to call a nil value (field ‘addItem’)

i use ml_needs, work , but not increase stamina and health, if i drink or eat bread, how to fix

change game type to rdr3