57 lines
1.4 KiB
Lua
57 lines
1.4 KiB
Lua
game 'gta5'
|
|
fx_version "cerulean"
|
|
|
|
author "lvorex."
|
|
version "1.8"
|
|
|
|
client_scripts {
|
|
"Source/Client/*.lua",
|
|
"Source/Client/*.js",
|
|
"Source/GetFrameworkObject.lua"
|
|
}
|
|
|
|
server_scripts {
|
|
"Source/GetFrameworkObject.*",
|
|
"Source/setup.js",
|
|
"Source/Server/functions.js",
|
|
"Source/Server/jail.js",
|
|
"Source/Server/callbacks.js",
|
|
"Source/Server/API/*.js",
|
|
"Source/Server/API/Players/*.js",
|
|
"Source/Server/API/LiveMap/*.js",
|
|
"Source/Server/API/Notifications/*.js",
|
|
"Source/Server/API/Vehicles/*.js",
|
|
"Source/Server/API/Items/*.js",
|
|
"Source/Server/API/Jobs/*.js",
|
|
"Source/Server/API/Factions/*.js",
|
|
"Source/Server/API/Logs/*.js",
|
|
"Source/Server/API/LiveConsole/*.js",
|
|
"Source/Server/API/Resources/*.js",
|
|
"Source/Server/API/Admins/*.js",
|
|
"Source/Server/API/Management/*.js",
|
|
"Source/Server/API/Settings/*.js",
|
|
"Source/Server/*.lua",
|
|
"Source/Configs/BotCredentials.lua",
|
|
"Source/Configs/PanelCredentials.lua"
|
|
}
|
|
|
|
shared_script {
|
|
"Source/Configs/Config.lua",
|
|
}
|
|
|
|
files {
|
|
"Web/**.*"
|
|
}
|
|
|
|
escrow_ignore {
|
|
"Source/GetFrameworkObject.*",
|
|
"Source/Configs/*.*",
|
|
"Source/Client/jail.lua",
|
|
"Source/Client/functions.lua",
|
|
"Source/Server/editable.lua",
|
|
"Source/GetFrameworkObject.lua",
|
|
"Source/Client/editable.lua"
|
|
}
|
|
|
|
lua54 'yes'
|
|
dependency '/assetpacks' |