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