[RELEASE] TREW HUD UI - A lightweight HUD for ESX, VRP AND VRPEX

hi i did it like this
ESX = nil

CreateThread(function()
while ESX == nil do ESX = exports[“es_extended”]:getSharedObject() Wait(0) end
while ESX.GetPlayerData().job == nil do Wait(100) end
ESX.PlayerData = ESX.GetPlayerData()
end)

i get this error now [ 179735] [b2189_GTAProce] MainThrd/ Error parsing script @trew_hud_ui/client/client.lua in resource trew_hud_ui: @trew_hud_ui/client/client.lua:4: unexpected symbol near ‘<\147>’

ESX = nil

Citizen.CreateThread(function()
	while ESX == nil do
        Wait(0)
		ESX = exports["es_extended"]:getSharedObject()
	end
	
    while ESX.GetPlayerData().job == nil do Wait(100) end

	ESX.PlayerData = ESX.GetPlayerData()
end)

thank you so much it fixed my issues

Is it possible to disable car hud?

What Hud UI are you using?

Please i need help with this problem, when i start trew hud with custom css, when i drive, i have big minimap, help please https://ibb.co/26h7LmD

how can i add my own custom logo?