39 lines
626 B
Lua
39 lines
626 B
Lua
fx_version 'adamant'
|
|
game 'gta5'
|
|
author 'lucidb_'
|
|
description 'codem-vehicleshopv2'
|
|
version '1.2.2'
|
|
|
|
shared_scripts {
|
|
'shared/config.lua',
|
|
'shared/GetCore.lua',
|
|
'shared/stock_market.lua',
|
|
'locales/*.lua',
|
|
}
|
|
|
|
server_scripts {
|
|
'@oxmysql/lib/MySQL.lua',
|
|
'server/*.lua',
|
|
}
|
|
|
|
client_scripts {
|
|
'client/*.lua',
|
|
}
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
files {
|
|
'html/**/*'
|
|
}
|
|
|
|
escrow_ignore {
|
|
'shared/*.lua',
|
|
'locales/*.lua',
|
|
'server/givevehicle.lua',
|
|
'server/botToken.lua',
|
|
'client/interactionHandler.lua',
|
|
'client/delivery.lua'
|
|
}
|
|
|
|
lua54 'yes'
|
|
dependency '/assetpacks' |