[RELEASE] renzu_hud UI | Advanced HUD

@Ammyroy
About Status you need to start renzu_status (for now) i will try to use the built in function of the QB later.
About Healthbar

This is the Config you need to configure to your liking.
Around line:89 @ config,lua

–STATUS CONFIG

config.statusv1sleep = 1000 – 1 second update

config.statusui = ‘simple’ – UI LOOK ( simple, normal ) – NORMAL = with pedface, Simple = Only Icons

config.status_type = ‘progressbar’ – circle progress bar = progressbar, fontawsome icon = icons

config.statusv2 = true – enable this if you want the status toggle mode (TOGGLE VIA INSERT) (THIS INCLUDE RP PURPOSE HUD like job,money,etc.)

config.statusplace = ‘bottom-left’ – available option top-right,top-left,bottom-right,bottom-left,top-center,bottom-center

config.uidesign = ‘circle’ – octagon (default), circle, square

ok if we want to stop some thing like hud and other things then how we stop that

@Ammyroy
Config:line53

config.enablestatus = true – enable/disable status v1 ( icons,progress status ) – this will disable all status functions

config.enablecompass = true – enable/disable compass

config.enable_carui = true – enable/disable the car UI (THIS WILL DISABLE ALL VEHICLE FUNCTION AS WELL)

line:223

config.bodystatus = true – ENABLE BODY STATUS FUNCTION AND UI?

line:257

config.weaponsui = true – enable weapon ui

line: 319

config.enablecarcontrol = true – car functions

this is all HUD config to enable / disable them

Actually got the same issue as “iMaluOfficial”.
Double checked everything and even printed the tables (SQL Wise)

First of all I got an empty table when I was printing “self.veh_data[self.plate]”.
Then I fixed that somehow (fr idk how) but then as I printed the table there was no “owner” column.

Im using ESX Legacy, maybe that’s some kind of issue.

@Decodaz
are you using non steam identifier?

i have pushed an update at main branch

you need to configure this

config.identifier
disable this if you are not using this
config.multichar

Edit i found your report in github:
here is the config you need to check>

config.Owner_column
config.vehicle_table
this is important if the default values does not exist in your system.

config.vehicle_table = ‘owned_vehicles’ – change this if you use different sql table for player vehicles

config.Owner_column = ‘owner’ – owner column name for identifier eg.steam hex,licensed

Yes im using an non Steam identifier the “license” identifier that looks like that “0ccc6c4de8943f3151ca6sd4ddb43ca6123a5514” that’s just a made up identifier, but just to show it to you

Sadly that update didn’t help in my case.

the system remove:licensed,steam:

since you know how to debug:
compare the result from
self.identifier
and checkindentifier
you can print it after line:3181

if its the same, car locking should be work.

EDIT: you mention in github thats the vehicle_status is empty?

EDIT2 : are you using plate space in your garage,vehicleshop?
the hud does not support plate with spaces right now…i will update the system when i have a time… i am currently busy on something now

yes im using plates with spaces, so thats maybe the issue.
Jep this was the issue

@Decodaz
i pushed an update to main branch @ github

update me here on github if this fix the issue…

first the vehicle_status table should not be empty

1 Like

this fixed the issue.
I think the empty vehicle_status had something to do with the issue above. Now its filling with cars

1 Like

gettting this error spammed

Did you edit the config for status?

1 Like

Hey, I have this only problem that is bothering me… so I turned off the vehicle status/ car status keybind because i only want it for a command but after turning it off and commenting it out in the client.lua file it still pops up when i press the “U” key. How do i fix this?

You need to disable the keybinds for them

I disable them. It still popped up.

did you try to disable it via config too?

config.carstatus = false – use car status system, shows vehicle infos etc… : line:481

Is there a way to turn off minimap when you are outside car? I am looking for a solution for that. Hope someone can help. Thank you. :slight_smile:

you need a new resource for that

1 Like

Thank you :slight_smile:

How do I get rid of this ? I cant find it in the config

image