-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathfxmanifest.lua
50 lines (42 loc) · 1.03 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
fx_version 'cerulean'
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 'Advanced Housing Script: A comprehensive and customizable system for managing player houses.'
shared_scripts {
'configs/*.lua',
'locale.lua',
'languages/*.lua'
}
client_scripts {
'client/functions.lua',
'client/MainHousing.lua',
'client/propertyCheck.lua',
'client/furnitureSpawning.lua',
'client/MenuSetup/*.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/helpers/functions.lua',
'server/services/*.lua',
'server/main.lua'
}
ui_page {
"ui/index.html"
}
files {
"ui/index.html",
"ui/assets/*",
'stream/Siddin3.ymap',
'stream/Siddin4.ymap',
}
dependency {
'vorp_core',
'vorp_inventory',
'vorp_character',
'bcc-utils',
'bcc-doorlocks',
'feather-menu'
}
version '1.5.1'