forked from BryceCanyonCounty/bcc-ranch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfxmanifest.lua
39 lines (33 loc) · 858 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
game 'rdr3'
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.'
lua54 'yes'
author 'BCC Team @Jake2k4'
shared_scripts {
'/configs/*.lua',
'locale.lua',
'languages/*.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'/server/helpers/dbUpdater.lua',
'/server/helpers/functions.lua',
'/server/helpers/controllers.lua',
'/server/main.lua',
'/server/services/*.lua'
}
client_scripts {
'/client/helpers/functions.lua',
'/client/main.lua',
'/client/services/animalshelper/*.lua',
'/client/services/*.lua'
}
dependency {
'vorp_core',
'vorp_character',
'vorp_inventory',
'feather-menu',
'bcc-utils',
'bcc-minigames',
}
version '2.3.4'