housing und dj
This commit is contained in:
parent
112c7b1761
commit
10a5d168d4
731 changed files with 506993 additions and 0 deletions
50
resources/[housing]/qs-housing/fxmanifest.lua
Normal file
50
resources/[housing]/qs-housing/fxmanifest.lua
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue