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)

4 Likes
Resource ml_needs does not support the current game (gta5).
Nimoa
7
This isn’t meant to be used in FiveM.
Yeah sorry bro. This is for RedM only
Nastrix
12
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
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)

1 Like
HAPPYJE
15
where i can get ml_needs ?
merci beaucoup serrez vous comment fair avec gun_catalogue please Merci
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