mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
single resource concept + first attempt to reorganize code
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
local self = ESX.Modules['hud']
|
||||
|
||||
AddEventHandler('esx:nui_ready', function()
|
||||
ESX.CreateFrame('hud', 'nui://' .. GetCurrentResourceName() .. '/modules/hud/data/html/ui.html')
|
||||
end)
|
||||
Reference in New Issue
Block a user