64 lines
953 B
Lua
64 lines
953 B
Lua
fx_version 'cerulean'
|
|
|
|
game 'gta5'
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
lua54 'yes'
|
|
|
|
version '1.8.2'
|
|
|
|
name 'qs-smartphone-pro'
|
|
author 'Quasar Store'
|
|
|
|
shared_scripts {
|
|
'@ox_lib/init.lua',
|
|
'config/*.lua',
|
|
'locales/*.lua'
|
|
}
|
|
|
|
ox_libs {
|
|
'table',
|
|
'math'
|
|
}
|
|
|
|
client_scripts {
|
|
'client/custom/**/*.lua',
|
|
'client/main.lua',
|
|
'client/modules/*.lua',
|
|
'client/apps/*.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'@oxmysql/lib/MySQL.lua',
|
|
'server/custom/**/*.lua',
|
|
'server/main.lua',
|
|
'server/modules/*.lua',
|
|
'server/apps/*.lua',
|
|
'server/tests/main.lua'
|
|
}
|
|
|
|
files {
|
|
'html/index.html',
|
|
'config/*.js',
|
|
'html/**/**'
|
|
}
|
|
|
|
escrow_ignore {
|
|
'config/config.lua',
|
|
'locales/*.lua',
|
|
'client/custom/**/*.lua',
|
|
'server/custom/**/*.lua',
|
|
'client/apps/crypto.lua',
|
|
'server/custom/missions'
|
|
}
|
|
|
|
dependencies {
|
|
'/gameBuild:2545',
|
|
'ox_lib',
|
|
'xsound',
|
|
'mhacking',
|
|
'phone-render'
|
|
}
|
|
|
|
dependency '/assetpacks' |