forked from iLLeniumStudios/illenium-appearance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfxmanifest.lua
49 lines (41 loc) · 918 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
fx_version "cerulean"
game "gta5"
author 'snakewiz'
description 'A flexible player customization script for FiveM.'
repository 'https://github.com/pedr0fontoura/fivem-appearance'
version 'main'
lua54 'yes'
client_scripts {
'game/dist/index.js',
'client/blips.lua',
'client/props.lua',
'client/client.lua',
'client/backward-events.lua',
'@PolyZone/client.lua',
'@PolyZone/BoxZone.lua',
'@PolyZone/ComboZone.lua',
'migrate/client/client.lua'
}
server_scripts {
'server/server.lua',
'server/permissions.lua',
'@oxmysql/lib/MySQL.lua',
'migrate/server/server.lua',
}
shared_scripts {
'shared/config.lua'
}
files {
'web/dist/index.html',
'web/dist/assets/*.js',
'locales/*.json',
'peds.json',
'tattoos.json',
'blacklist.json',
'theme.json'
}
ui_page 'web/dist/index.html'
provide 'qb-clothing'
dependencies {
'qb-core',
}