[FREE] [ESX] - RLO Hud

RLO - HUD

After seeing many copies and resellers of this HUD, I decided to release the original completely free for everyone to use. I still don’t understand why so many people copy and resell it, especially since the design isn’t really up-to-date. For me, it’s time to release it and focus on creating something new. Enjoy!

  • “Oldschool” Real Life Online HUD design
  • Displays player ID, current postal code, money, job, hunger, and thirst
  • Showing current job icon
  • Use /p “postalcode” to set a waypoint to your postal code"

Don’t forget to read the readme! You’ll need to add a line of code to esx_status to get it working!

DOWNLOAD (33.9 KB)

Code is accessible Yes
Subscription-based No
Lines (approximately) 266
Requirements ESX Legacy / esx_status
Support No
44 Likes

Kann man das Design auch ändern auf zum Beispiel das alte Design oder ist das nicht gewünscht

1 Like

Mach doch einfach. Es ist eine Free Open-Source Ressource und du kannst nicht daran gehindert werden etwas zu verändern.

1 Like

Ich habe Probleme mit esx_status, bei mir lädt Hunger und durst nicht,

Ich brauche Hilfe

1 Like

Ich habe denn Bug mit denn Essen und Trinken auch bitte helfen sie mir

Hast du einen fix gefunden?

Nein, hab ich nicht

Du musst einfach in der client.lua die Zeilen 107 bis 118 durch die folgenden ersetzen:

CreateThread(function()
    while true do
        Wait(500)
        if hudStarted then
            TriggerEvent('esx_status:getStatus', 'drunk', function(d) drunk = d.getPercent() end)
            TriggerEvent('esx_status:getStatus', 'thirst', function(t) thirst = t.getPercent() end)
            TriggerEvent('esx_status:getStatus', 'hunger', function(h) hunger = h.getPercent() end)
            SendNUIMessage({drunk = drunk, thirst = thirst, hunger = hunger})
            local inMenu = not IsPauseMenuActive()
            if hudVisible ~= inMenu then
                toggleUI(inMenu)
            end
        end
    end
end)
4 Likes

Danke dir :smiley:

Diese Funktion kannst du dann auch komplett entfernen:

AddEventHandler("esx_customui:updateStatus", function(basics)
    drunk, hunger, thirst = basics[1].percent, basics[2].percent, basics[3].percent
end)

Gerne :grin:

Not bad, but a bit of bugs

hat jemand ein gutes Tacho was man nutzen könnten ?

I just updated the download link to include a version with a readme file explaining how to get the HUD working. I apologize I had forgotten that I added a line of code to esx_status to make it work.

2 Likes

I fixed that. You just have to add a line of code into esx_status. Just redownload the file with the included readme.

1 Like

Ich würde irgendwie noch das Car Hud Feiern. :slight_smile:

3 Likes

Kannst du mal die lightbar models zum Download stellen?

Oder das Self repair

Hello csyon Can you maybe make the handcuff script free for us or add it to the shop?