Files
ND_Core/fxmanifest.lua

48 lines
1.0 KiB
Lua
Raw Normal View History

-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
2021-12-23 22:40:54 +01:00
2023-07-09 03:07:46 +02:00
author "Andyyy#7666"
description "ND Framework Core"
2025-01-17 20:56:23 +01:00
version "2.3.0"
2021-12-23 22:40:54 +01:00
2021-12-24 17:31:12 +01:00
fx_version "cerulean"
game "gta5"
lua54 "yes"
2023-07-16 12:30:35 +02:00
shared_script "@ox_lib/init.lua"
2022-10-04 00:32:21 +02:00
client_scripts {
2023-07-09 21:19:35 +02:00
"client/main.lua",
2023-07-11 01:06:13 +02:00
"shared/functions.lua",
2023-08-31 05:56:31 +02:00
"client/peds.lua",
2023-09-26 10:24:07 +02:00
"client/vehicle/main.lua",
"client/vehicle/garages.lua",
2022-12-03 08:09:33 +01:00
"client/functions.lua",
2023-08-23 03:30:36 +02:00
"client/events.lua",
2023-09-24 11:19:36 +02:00
"client/death.lua",
2023-08-23 03:30:36 +02:00
"compatibility/**/client.lua"
2022-10-04 00:32:21 +02:00
}
2021-12-23 22:40:54 +01:00
server_scripts {
"@oxmysql/lib/MySQL.lua",
2022-10-04 17:49:36 +02:00
"server/main.lua",
2023-07-11 01:06:13 +02:00
"shared/functions.lua",
2023-07-10 02:31:59 +02:00
"server/player.lua",
2023-07-12 04:53:14 +02:00
"server/vehicle.lua",
2023-08-23 03:30:36 +02:00
"server/functions.lua",
2023-08-26 04:35:34 +02:00
"compatibility/**/server.lua",
"server/commands.lua"
2021-12-31 02:51:34 +01:00
}
2023-07-16 12:30:35 +02:00
2023-09-26 10:24:07 +02:00
files {
"init.lua",
2023-11-11 19:01:40 +01:00
"client/vehicle/data.lua",
"compatibility/**/locale.lua"
2023-09-26 10:24:07 +02:00
}
2022-03-24 21:28:33 +01:00
2025-01-17 20:58:48 +01:00
dependenies {
"ox_lib",
"oxmysql"
}
2023-12-22 22:53:15 +01:00
-- below were used with backwards compatibility but could interfere with resources checking if the resources are started.
2023-12-02 16:07:19 +01:00
-- provide "es_extended"
-- provide "qb-Core"