[RELEASE][ESX][vRP] Ecologica Status UI

Im sorry, but here are many retarded people. My english is really bad, thats why maybe somethings are weird for others. Would be nice if u help me, what do u need?
I dont want to be snapping, but many people just asks for random things while i need help.
Im sorry. Please help me

I just need a copy of your inventory hud folder.

And to get rid of the hud behind, go to your es extended folder and go to config. Set the enable hud to false.

I can send you screenshots if you need them.

Okay, im uploading it after i downloaded my game. You have the link in 20 mins i think

Here is my inventory: https://workupload.com/file/KQ6DNTdY

works great but i can’t find the vehicle hud like u have in ur video

can i set money there???

Why upload .rar files into Github?

I do not understand my thirst goes down but my hunger does not go down

where is the speedometer? kkkkk

The food stays at 100
and drink? Help

can i remove the speedometer and fuel?

the food stays at 100 ??

Can you maybe add the fuel and speed ui also as addon.

Good work btw :slight_smile:

Anyone can do for me add Money below of hunger

20190731220030_1
Realy good script thankyou for the share , will defo be working on this :wink: All works perfect for me

6 Likes

could you share the code

hello to start sorry for my english I’m french, i solved the problem of syncronization hungry and thirsty

simply in esx_status client / main.lua add:

-- Marmota helps
RegisterNetEvent('esx_status:load')
AddEventHandler('esx_status:load', function(status)

	for i=1, #Status, 1 do
		for j=1, #status, 1 do
			if Status[i].name == status[j].name then
				Status[i].set(status[j].val)
			end
		end
	end

	Citizen.CreateThread(function()
	  while true do

	  	for i=1, #Status, 1 do
	  		Status[i].onTick()
	  	end

			SendNUIMessage({
				update = true,
				status = GetStatusData()
			})
	
		TriggerEvent('esx_ecologica:updateBasics', GetStatusData(true))
	    Citizen.Wait(Config.TickTime)
	  end
	end)

end)

simply in esx_status client / main.lua add:

-- Marmota helps
RegisterNetEvent('esx_status:load')
AddEventHandler('esx_status:load', function(status)

	for i=1, #Status, 1 do
		for j=1, #status, 1 do
			if Status[i].name == status[j].name then
				Status[i].set(status[j].val)
			end
		end
	end

	Citizen.CreateThread(function()
	  while true do

	  	for i=1, #Status, 1 do
	  		Status[i].onTick()
	  	end

			SendNUIMessage({
				update = true,
				status = GetStatusData()
			})
	
		TriggerEvent('esx_ecologica:updateBasics', GetStatusData(true))
	    Citizen.Wait(Config.TickTime)
	  end
	end)

end)

Excacly what he said :wink: then you will have to play around with the html to get it in the right position , i will talk to @JokerZin to get his aprouval to add a merge but our idea if different from his and i think he has updates on there way .

How do I remove the standard status bar?

image