-
Notifications
You must be signed in to change notification settings - Fork 1
/
fxmanifest.lua
51 lines (40 loc) · 974 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
47
48
49
50
51
fx_version 'cerulean'
author 'Elclark'
version '1.2.1'
description 'Elclark Inventory Lite. Is an simple ESX Inventory with drag and drop and splittable items to organize your items and weapons'
game 'gta5'
ui_page 'NUI/index.html'
shared_scripts {
'@es_extended/imports.lua',
'config.lua'
}
files {
'NUI/index.html',
'NUI/style.css',
'NUI/script.js',
'NUI/eDB.js',
'NUI/img/*.png',
'NUI/jquery/jquery.js',
'NUI/jquery/jquery-ui.js',
'NUI/jquery/jquery-ui.css',
'NUI/jquery/jquery-ui.min.css',
'NUI/jquery/jquery-ui.min.js',
'NUI/jquery/jquery-ui.structure.css',
'NUI/jquery/jquery-ui.structure.min.css',
'NUI/jquery/jquery-ui.theme.css',
'NUI/jquery/jquery-ui.theme.min.css',
'client/main.lua',
'server/main.lua',
'config.lua'
}
client_script {
'client/main.lua'
}
server_scripts {
'@mysql-async/lib/MySQL.lua',
'server/main.lua'
}
dependencies {
'es_extended',
'mysql-async'
}