forked from RedEM-RP/redemrp_skin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fxmanifest.lua
43 lines (39 loc) · 974 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
fx_version "adamant"
games {"rdr3"}
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
client_scripts {
'config.lua',
'client/cl_main.lua',
'mp_female.lua',
'mp_male.lua',
}
server_scripts {
'server/sv_main.lua',
'@mysql-async/lib/MySQL.lua',
}
files{
'html/creator.html',
'html/crock.ttf',
'html/gidole-regular.ttf',
'html/Hideout_Ghost_Condensed_Bold.otf',
'html/style.css',
'html/js/jquery-1.4.1.min.js',
'html/js/jquery-func.js',
'html/js/jquery.jcarousel.pack.js',
'html/js/listener.js',
'html/images/bgPanel.png',
'html/images/border.png',
'html/images/field_bg.jpg',
'html/images/eye1.png',
'html/images/eye2.png',
'html/images/eye3.png',
'html/images/eye4.png',
'html/images/eye5.png',
'html/images/skin1.png',
'html/images/skin2.png',
'html/images/skin3.png',
'html/images/skin4.png',
'html/images/skin5.png',
'html/images/skin6.png',
}
ui_page "html/creator.html"