-
Notifications
You must be signed in to change notification settings - Fork 9
/
fxmanifest.lua
54 lines (50 loc) · 2.4 KB
/
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
50
51
52
53
54
--------------------------------------------------------------------------------
----------------------------------- DevDokus -----------------------------------
--------------------------------------------------------------------------------
description 'The Ultimate RP Pack for RedM VORP'
author 'DevDokus Github'
version '2.4.2'
--------------------------------------------------------------------------------
ui_page('[Core]/[HTML]/index.html')
shared_script {'config.lua', '[Core]/[System]/[Lang]/*.lua'}
--------------------------------------------------------------------------------
client_scripts {
'[Core]/[Vorp]/[Client]/*.lua',
'[Core]/[RedEmRP]/[Client]/*.lua',
'[Core]/[System]/[Client]/*.lua',
-- ================================================== --
-- If you want to use the Trains, then delete the
-- [ --##-- ] In front of the line below!!!
-- ================================================== --
--##--'[Core]/[Vorp]/[Client]/*.dll'
-- ================================================== --
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
server_scripts {
'[Core]/[Vorp]/[Server]/*.lua',
'[Core]/[RedEmRP]/[Server]/*.lua',
'[Core]/[System]/[Server]/*.lua',
-- ================================================== --
-- If you want to use the Trains, then delete the
-- [ --##-- ] In front of the line below!!!
-- ================================================== --
--##--'[Core]/[Vorp]/[Server]/*.dll'
-- ================================================== --
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
files {
"[Core]/[HTML]/script.js",
"[Core]/[HTML]/styles.css",
"[Core]/[HTML]/img/Hud/*.png",
"[Core]/[HTML]/index.html",
"[Core]/[HTML]/img/Cards/*.png",
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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.'
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------