-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathfxmanifest.lua
36 lines (32 loc) · 1.08 KB
/
fxmanifest.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
fx_version "cerulean"
game "gta5"
lua54 "yes"
author "zSquad - Soren & Jules"
description "zUI is an advanced library for creating NUI menus in FiveM, combining simplicity, optimization, and aesthetics. Built with React for the interface and Lua for scripting, it modernizes and simplifies menu creation, drawing inspiration from RageUI while enhancing the user experience."
version "1.0.6"
repository "https://github.com/ZProject-Official/zUI"
files {
"zUI/menus/theme.json",
"zUI/notifications/theme.json",
"zUI/contextMenus/theme.json",
"zUI/modals/theme.json",
"zUI/user-interface/build/index.html",
"zUI/user-interface/build/**/*"
}
ui_page "zUI/user-interface/build/index.html"
client_scripts {
-- [[zUI]]
"zUI/*.lua",
"zUI/items/*.lua",
"zUI/menus/_init.lua",
"zUI/menus/menu.lua",
"zUI/menus/methods/*.lua",
"zUI/menus/functions/*.lua",
"zUI/notifications/*.lua",
"zUI/contextMenus/components/*.lua",
"zUI/contextMenus/*.lua",
"zUI/contextMenus/functions/*.lua",
"zUI/modals/*.lua",
-- [[Script]]
"main.lua"
}