41 lines
566 B
Lua
41 lines
566 B
Lua
fx_version 'cerulean'
|
|
|
|
game 'gta5'
|
|
|
|
lua54 'yes'
|
|
|
|
name 'qs-shops'
|
|
author 'Quasar Store'
|
|
|
|
shared_scripts {
|
|
'@ox_lib/init.lua',
|
|
'functions.lua',
|
|
'config.lua',
|
|
'locales/*.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'client/custom/**',
|
|
'client/main.lua',
|
|
'client/deliveries.lua',
|
|
}
|
|
|
|
dependencies {
|
|
'ox_lib', -- Required
|
|
}
|
|
|
|
server_scripts {
|
|
'server/custom/**',
|
|
'server/main.lua'
|
|
}
|
|
|
|
file 'json/shops-inventory.json'
|
|
|
|
escrow_ignore {
|
|
'config.lua',
|
|
'locales/*.lua',
|
|
'client/custom/**/**',
|
|
'server/custom/**/**'
|
|
}
|
|
|
|
dependency '/assetpacks' |