-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
40 lines (34 loc) · 833 Bytes
/
Copy pathfxmanifest.lua
File metadata and controls
40 lines (34 loc) · 833 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
game 'rdr3'
fx_version 'cerulean'
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
author 'ALTITUDE-DEV.COM'
description 'infinitycore Clothes module sync with skin and core'
version '1.0.0'
infinitycore_dev 'Shepard & iireddev'
ui_page "html/core.html"
files {
'html/fonts/*.eot',
'html/fonts/*.ttf',
'html/fonts/*.woff',
'html/fonts/*.woff2',
'html/vendor/*.css',
'html/core.html',
'html/core.js',
'html/design/*.png',
'html/design/*.jpg',
'html/*.css'
}
client_scripts {
'config.lua',
'clothes.lua',
'core.lua',
'cl_shops.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'config.lua',
'server.lua'
}
exports {
'LoadOutfit'
}