forked from ThymonA/esx_reworked
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fxmanifest.lua
66 lines (52 loc) · 1.12 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
fx_version 'cerulean'
game 'gta5'
name 'ESX Reworked'
version '1.3.0'
description 'A custom reworked version of es_extended (v1-final)'
author 'ThymonA'
url 'https://github.com/ThymonA/esx_reworked/'
server_scripts {
'@fivem-mysql/lib/MySQL.lua',
'shared/init.lua',
'shared/functions.lua',
'config/shared_config.lua',
'shared/locale.lua',
'config/server_config.lua',
'shared/events.lua',
'shared/helpers/*.lua',
'server/classes/*.lua',
'server/helpers/*.lua',
'config/permissions.lua',
'server/functions.lua',
'server/load.lua',
'server/events.lua',
'server/main.lua',
'server/commands.lua',
'shared/exports.lua'
}
client_scripts {
'shared/init.lua',
'shared/functions.lua',
'config/shared_config.lua',
'shared/locale.lua',
'config/client_config.lua',
'shared/events.lua',
'shared/helpers/*.lua',
'client/main.lua',
'shared/exports.lua'
}
ui_page {
'html/index.html'
}
files {
'locales/*.json',
'html/index.html',
'html/assets/css/*.css',
'html/assets/js/*.js',
'html/assets/fonts/borda/*.woff',
'html/assets/fonts/titillium/*.woff',
'config/shared_config.lua'
}
dependencies {
'fivem-mysql'
}