Scripts/resources/[ps]/ps-housing/fxmanifest.lua

48 lines
786 B
Lua
Raw Permalink Normal View History

2024-12-29 20:28:24 +00:00
fx_version 'cerulean'
game "gta5"
author "Xirvin#0985 and Project Sloth"
version '1.1.3'
repository 'Project-Sloth/ps-housing'
lua54 'yes'
ui_page 'html/index.html'
dependency 'fivem-freecam'
shared_script {
'@ox_lib/init.lua',
"shared/config.lua",
"shared/framework.lua",
}
client_script {
'client/shell.lua',
'client/apartment.lua',
'client/cl_property.lua',
'client/client.lua',
'client/modeler.lua',
'client/migrate.lua'
}
server_script {
'@oxmysql/lib/MySQL.lua',
"server/sv_property.lua",
"server/server.lua",
"server/migrate.lua"
}
files {
'html/**',
'stream/starter_shells_k4mb1.ytyp'
}
this_is_a_map 'yes'
data_file 'DLC_ITYP_REQUEST' 'starter_shells_k4mb1.ytyp'
file 'stream/**.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/**.ytyp'