implement inbuilt nui menu

This commit is contained in:
Jim Shield
2025-04-20 01:22:32 +01:00
parent b7db98ffdc
commit d1bb796d5f
7 changed files with 483 additions and 10 deletions

View File

@@ -13,3 +13,8 @@ files {
'shared/make/*.lua',
'shared/scaleforms/*.lua',
}
-- NUI Menu Loading
client_scripts { 'nui/*.lua' }
ui_page 'nui/index.html'
files { 'nui/index.html', 'nui/script.js', 'nui/style.css' }