structura foldere
mutat kq- folders in un singur folder [kq]
This commit is contained in:
59
resources/[framework]/[addons]/[kq]/kq_dyno/fxmanifest.lua
Normal file
59
resources/[framework]/[addons]/[kq]/kq_dyno/fxmanifest.lua
Normal file
@@ -0,0 +1,59 @@
|
||||
fx_version 'cerulean'
|
||||
games { 'gta5' }
|
||||
lua54 'yes'
|
||||
|
||||
author 'KuzQuality | Kuzkay'
|
||||
description 'Car dyno by KuzQuality'
|
||||
version '1.4.0'
|
||||
|
||||
ui_page 'html/blank.html'
|
||||
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/kq_dyno_props.ytyp'
|
||||
|
||||
files {
|
||||
'html/js/jquery.js',
|
||||
'html/js/chart.js',
|
||||
'html/js/chartjs-annotation.js',
|
||||
'html/js/html2canvas.js',
|
||||
'html/blank.html',
|
||||
'html/index.html',
|
||||
}
|
||||
--
|
||||
-- Server
|
||||
--
|
||||
|
||||
server_scripts {
|
||||
'config.lua',
|
||||
'config_server.lua',
|
||||
'locale.lua',
|
||||
'server/server.lua',
|
||||
'server/editable/editable.lua',
|
||||
}
|
||||
|
||||
--
|
||||
-- Client
|
||||
--
|
||||
|
||||
client_scripts {
|
||||
'config.lua',
|
||||
'locale.lua',
|
||||
'client/editable/api.lua',
|
||||
'client/functions.lua',
|
||||
'client/cache.lua',
|
||||
'client/client.lua',
|
||||
'client/spawning.lua',
|
||||
'client/display.lua',
|
||||
'client/editable/client.lua',
|
||||
'client/editable/esx.lua',
|
||||
'client/editable/qb.lua',
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'config.lua',
|
||||
'config_server.lua',
|
||||
'locale.lua',
|
||||
'client/editable/*.lua',
|
||||
'server/editable/*.lua',
|
||||
}
|
||||
|
||||
dependency '/assetpacks'
|
||||
Reference in New Issue
Block a user