structura foldere
mutat kq- folders in un singur folder [kq]
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user