forked from OfficialKo1n/fivem-appearance-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfxmanifest.lua
42 lines (35 loc) · 821 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
fx_version 'cerulean'
use_fxv2_oal 'yes'
lua54 'yes'
game 'gta5'
--[[ Original Release ]]
-- author 'snakewiz'
-- description 'A flexible player customization script for FiveM.'
-- repository 'https://github.com/pedr0fontoura/fivem-appearance'
-- version '1.2.2'
author 'Linden'
description 'A flexible player customization script for FiveM.'
repository 'https://github.com/overextended/fivem-appearance/'
version '1.2.0'
client_scripts {
'client/constants.lua',
'client/utils.lua',
'client/customisation.lua',
'client/nui.lua',
'client/main.lua',
'client/outfits.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua'
}
files {
'web/build/index.html',
'web/build/static/js/*.js',
'locales/*.json'
}
ui_page 'web/build/index.html'
provides {
'skinchanger',
'esx_skin'
}