mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 13:56:02 +01:00
45 lines
1.0 KiB
Lua
45 lines
1.0 KiB
Lua
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
|
|
|
author "Andyyy#7666"
|
|
description "ND Framework Core"
|
|
version "2.2.9"
|
|
|
|
fx_version "cerulean"
|
|
game "gta5"
|
|
lua54 "yes"
|
|
|
|
shared_script "@ox_lib/init.lua"
|
|
client_scripts {
|
|
"client/main.lua",
|
|
"shared/functions.lua",
|
|
"client/peds.lua",
|
|
"client/vehicle/main.lua",
|
|
"client/vehicle/garages.lua",
|
|
"client/functions.lua",
|
|
"client/events.lua",
|
|
"client/death.lua",
|
|
"compatibility/**/client.lua"
|
|
}
|
|
server_scripts {
|
|
"@oxmysql/lib/MySQL.lua",
|
|
"server/main.lua",
|
|
"shared/functions.lua",
|
|
"server/player.lua",
|
|
"server/vehicle.lua",
|
|
"server/functions.lua",
|
|
"compatibility/**/server.lua",
|
|
"server/commands.lua"
|
|
}
|
|
|
|
files {
|
|
"init.lua",
|
|
"client/vehicle/data.lua",
|
|
"compatibility/**/locale.lua"
|
|
}
|
|
|
|
dependency "oxmysql"
|
|
|
|
-- below were used with backwards compatibility but could interfere with resources checking if the resources are started.
|
|
-- provide "es_extended"
|
|
-- provide "qb-Core"
|