forked from Simnation/Main
50 lines
No EOL
619 B
Lua
50 lines
No EOL
619 B
Lua
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' |