Files
ND_Core/fxmanifest.lua

30 lines
474 B
Lua
Raw Normal View History

-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
2021-12-23 22:40:54 +01:00
2022-07-23 00:06:20 -04:00
author "Andyyy#7666, N1K0#0001"
description "ND Framework Core"
2022-10-04 00:33:28 +02:00
version "3.1.3"
2021-12-23 22:40:54 +01:00
2021-12-24 17:31:12 +01:00
fx_version "cerulean"
game "gta5"
lua54 "yes"
shared_script "config_client.lua"
2022-10-04 00:32:21 +02:00
client_scripts {
"client/**"
}
2021-12-23 22:40:54 +01:00
server_scripts {
"@oxmysql/lib/MySQL.lua",
2021-12-25 04:46:06 +01:00
"config_server.lua",
2022-10-04 00:32:21 +02:00
"server/**"
2021-12-23 22:40:54 +01:00
}
exports {
"GetCoreObject"
2021-12-24 17:31:12 +01:00
}
2022-07-08 23:24:04 +02:00
2021-12-31 02:51:34 +01:00
server_exports {
"GetCoreObject"
2021-12-31 02:51:34 +01:00
}
2022-03-24 21:28:33 +01:00
2022-09-07 12:11:56 +02:00
dependency "oxmysql"