structura foldere

mutat kq- folders in un singur folder [kq]
This commit is contained in:
2026-03-30 01:55:03 +03:00
parent af1286d583
commit c291b81f26
2319 changed files with 0 additions and 14 deletions

View File

@@ -0,0 +1,41 @@
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'