-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
87 lines (72 loc) · 3.2 KB
/
fxmanifest.lua
File metadata and controls
87 lines (72 loc) · 3.2 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
--------------------------------------------------------------------------------
----------------------------------- DokusCore ----------------------------------
--------------------------------------------------------------------------------
description 'DokusCore - A RedM Framework - By DevDokus'
author 'DevDokus Github - https://DokusCore.Com'
version '0.7.24'
-- version '-----' -- For development
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
shared_scripts {
'[ Configs ]/[ Core ]/*.*',
'[ Configs ]/[ Modules ]/*.*',
'[ Core ]/[ System ]/[ Shared ]/*.*',
'[ Core ]/[ System ]/[ Shared ]/[ Language ]/*.*',
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
client_scripts {
'[ Core ]/[ Client ]/*.*',
'[ Core ]/[ System ]/[ Client ]/*.*',
'[ Core ]/[ Client ]/[ Utilities ]/*.*',
'[ Core ]/[ Client ]/[ Commands ]/*.*',
'[ Core ]/[ Client ]/[ Events ]/*.*',
'[ Core ]/[ Client ]/[ DokusZones ]/*.*',
'[ Core ]/[ Client ]/[ Commands ]/[ Admin ]/*.*',
'[ Core ]/[ Client ]/[ Callbacks ]/*.*',
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
server_scripts {
'@oxmysql/lib/MySQL.lua',
'[ Core ]/[ Server ]/*.*',
'[ Core ]/[ Server ]/[ Utilities ]/*.*',
'[ Core ]/[ Server ]/[ Events ]/*.*',
'[ Core ]/[ System ]/[ Server ]/*.*',
'[ Core ]/[ Server ]/[ Callbacks ]/*.*',
'[ Core ]/[ Server ]/[ DokusZones ]/*.*',
'[ Core ]/[ Server ]/[ Events ]/[ Database ]/*.*',
'[ Core ]/[ Server ]/[ Events ]/[ Normal ]/*.*',
'[ Core ]/[ Server ]/[ Callbacks ]/[ Database ]/*.*'
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
ui_page 'UI/index.html'
files {
'UI/index.html',
'UI/ChatStyle/*.*',
'UI/Sounds/js/*.*',
'UI/Sounds/ogg/Music/*.*',
'UI/Sounds/ogg/Sounds/*.*',
'UI/Sounds/ogg/Dialogs/*.*',
'UI/Sounds/ogg/Metabolism/*.*',
'UI/IMG/*.*',
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
chat_theme 'gtao' {
styleSheet = 'UI/ChatStyle/style.css',
script = 'UI/ChatStyle/shadow.js',
msgTemplates = {
default = '<b>{0}</b><span>{1}</span>'
}
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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.'
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------