-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
43 lines (34 loc) · 804 Bytes
/
fxmanifest.lua
File metadata and controls
43 lines (34 loc) · 804 Bytes
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
fx_version 'cerulean'
version '1.0.0'
game 'gta5'
author 'JL Development, Renewed, and others'
lua54 'yes' -- Add in case you want to use lua 5.4 (https://www.lua.org/manual/5.4/manual.html)
shared_scripts {
'@ox_lib/init.lua',
'@qb-core/shared/locale.lua',
'locales/*.lua',
'shared/config.lua',
'shared/boosting.lua',
'shared/bennys.lua',
'shared/darkweb.lua',
}
client_scripts {
'client/*.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/*.lua'
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/js/index.js',
'html/assets/index.css',
'html/assets/logo.png',
'html/assets/pop.ogg',
'html/assets/*.png',
'html/assets/*.jpg',
'html/images/*.jpg',
'html/images/*.png',
'html/images/apps/*.png',
}