-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
35 lines (35 loc) · 1.94 KB
/
fxmanifest.lua
File metadata and controls
35 lines (35 loc) · 1.94 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
--------------------------------------------------------------------------------
----------------------------------- DevDokus -----------------------------------
--------------------------------------------------------------------------------
description 'DokusCore Boats'
author 'http://DokusCore.com'
fx_version "adamant"
games {"rdr3"}
version '0.0.1'
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
client_scripts {
'[ Core ]/[ Client ]/*.lua',
'@DokusCore/[ Core ]/[ System ]/[ Client ]/CBSystem.lua',
'@DokusCore/[ Core ]/[ Client ]/[ Utilities ]/Natives.lua',
'@DokusCore/[ Core ]/[ Client ]/[ Utilities ]/Functions.lua',
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
server_scripts { '[ Core ]/[ Server ]/*.lua' }
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
shared_script {
'Config.lua', -- For development only -- Leave it off!
'@DokusCore/[ Configs ]/[ Core ]/Core.lua',
'@DokusCore/[ Core ]/[ System ]/[ Client ]/DokusMenu.lua',
'@DokusCore/[ Core ]/[ System ]/[ Shared ]/CBSystem.lua',
-- '@DokusCore/[ Configs ]/[ Modules ]/Boats.lua',
'@DokusCore/[ Configs ]/[ Core ]/Modules.lua',
'@DokusCore/[ Configs ]/[ Dialogs ]/Boats.lua',
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------