housing und dj

This commit is contained in:
Nordi98 2025-06-09 23:54:46 +02:00
parent 112c7b1761
commit 10a5d168d4
731 changed files with 506993 additions and 0 deletions

View file

@ -0,0 +1,50 @@
fx_version 'bodacious'
game 'gta5'
lua54 'yes'
version '4.3.59'
ui_page 'html/index.html'
shared_scripts {
'@ox_lib/init.lua',
'shared/*.lua',
'locales/*.lua'
}
client_scripts {
'client/**/**/**/**.lua'
}
server_scripts {
'@mysql-async/lib/MySQL.lua',
'server/**/**/**/**.lua'
}
files {
'html/**',
'locales/**'
}
server_export {
'CheckHasKey'
}
dependencies {
'ox_lib',
'bob74_ipl'
}
escrow_ignore {
'shared/config.lua',
'shared/furniture.lua',
'locales/*.lua',
'client/custom/**/**.lua',
'server/custom/**/**.lua',
'server/webhooks',
'server/custom/missions'
}
dependency '/assetpacks'