forked from Simnation/Main
ed
This commit is contained in:
parent
6d22d5f77c
commit
63fbc60a00
86 changed files with 8352 additions and 3428 deletions
56
resources/[carscripts]/jg-advancedgarages/fxmanifest.lua
Normal file
56
resources/[carscripts]/jg-advancedgarages/fxmanifest.lua
Normal file
|
@ -0,0 +1,56 @@
|
|||
fx_version "cerulean"
|
||||
game "gta5"
|
||||
lua54 "yes"
|
||||
|
||||
description "For support or other queries: discord.gg/jgscripts"
|
||||
version 'v3.2.3'
|
||||
author "JG Scripts"
|
||||
|
||||
dependencies {
|
||||
"oxmysql",
|
||||
"ox_lib",
|
||||
"/server:7290",
|
||||
"/onesync",
|
||||
}
|
||||
|
||||
shared_scripts {
|
||||
"@ox_lib/init.lua",
|
||||
"config/config.lua",
|
||||
"locales/*.lua",
|
||||
"shared/main.lua",
|
||||
"framework/main.lua"
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
"framework/**/cl-*.lua",
|
||||
"config/config-cl.lua",
|
||||
"client/cl-main.lua",
|
||||
"client/*.lua"
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
"@oxmysql/lib/MySQL.lua",
|
||||
"framework/**/sv-*.lua",
|
||||
"config/config-sv.lua",
|
||||
"server/sv-main.lua",
|
||||
"server/*.lua"
|
||||
}
|
||||
|
||||
ui_page "web/dist/index.html"
|
||||
|
||||
files {
|
||||
"web/dist/index.html",
|
||||
"web/dist/**/*",
|
||||
"vehicle_images/*"
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
"config/**/*",
|
||||
"framework/**/*",
|
||||
"locales/*.lua",
|
||||
"client/cl-deformation.lua",
|
||||
"client/cl-locations.lua",
|
||||
"server/sv-webhooks.lua"
|
||||
}
|
||||
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue