forked from BryceCanyonCounty/bcc-doorlocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
39 lines (31 loc) · 739 Bytes
/
Copy pathfxmanifest.lua
File metadata and controls
39 lines (31 loc) · 739 Bytes
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
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."
lua54 "yes"
author 'BCC Team'
description 'Create doors for exiting houses in RedM!'
shared_scripts {
"config.lua",
"locale.lua",
"languages/*.lua"
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'/server/dbUpdater.lua',
"/server/server.lua"
}
client_scripts {
"/client/functions.lua",
"/client/client.lua",
"/client/doorhashes.lua",
'/client/MenuSetup.lua'
}
dependency {
'vorp_core',
'vorp_inventory',
'vorp_character',
'feather-menu',
'bcc-utils',
'bcc-minigames'
}
version '1.0.7'