-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfxmanifest.lua
37 lines (30 loc) · 910 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
--------------------------------------------------------------------------------
----------------------------------- DevDokus -----------------------------------
--------------------------------------------------------------------------------
fx_version "adamant"
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
games {"rdr3"}
description 'Customizable Metabolism for RedM'
author 'DevDokus Github'
version '1.2.0'
client_scripts {
'Core/Client/meta.lua',
'Core/Client/hud.lua',
'config.lua'
}
shared_script 'config.lua'
server_scripts {
'config.lua',
'Core/Server/meta.lua',
'Core/Server/hud.lua',
}
ui_page('Html/index.html')
files({
"Html/script.js",
"Html/jquery.min.js",
"Html/jquery-ui.min.js",
"Html/styles.css",
"Html/img/*.svg",
"Html/img/*.png",
"Html/index.html",
})