-
Notifications
You must be signed in to change notification settings - Fork 1
/
fxmanifest.lua
46 lines (39 loc) · 997 Bytes
/
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
37
38
39
40
41
42
43
44
45
46
---
--- Generated by EmmyLua(https://github.com/EmmyLua)
--- Created by Dylan Malandain.
--- DateTime: 20/12/2019 22:32
---
fx_version 'adamant'
games { 'gta5' };
name 'NativeUILua-Reloaded'
description 'NativeUILua-Reloaded is UI library for FiveM designed specifically for making interface based on GTA:Online style. (Base source: https://github.com/FrazzIe/NativeUILua ) | (Base NativeUI : https://github.com/Guad/NativeUI) '
contributor {
'Dylan Malandain',
'Parow',
'Frazzle'
};
--[[
client_scripts {
"src/Wrapper/*.lua",
"src/UIElements/*.lua",
}
client_scripts {
"src/UIMenu/elements/*.lua",
"src/UIMenu/items/*.lua",
"src/UIMenu/windows/*.lua",
"src/UIMenu/panels/*.lua",
"src/UIMenu/*.lua",
}
client_scripts {
'src/UITimerBar/*.lua',
'src/UITimerBar/items/*.lua',
}
client_scripts {
'src/UIProgressBar/*.lua',
'src/UIProgressBar/items/*.lua',
}
]]--
client_scripts {
"src/NativeUI.lua",
"src/NativeUIReloaded.lua",
}