mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
6 lines
181 B
Lua
6 lines
181 B
Lua
local self = ESX.Modules['hud']
|
|
|
|
AddEventHandler('esx:nui_ready', function()
|
|
ESX.CreateFrame('hud', 'nui://' .. GetCurrentResourceName() .. '/modules/hud/data/html/ui.html')
|
|
end)
|