revert, 2.0.0 is in new branch

This commit is contained in:
Andyyy7666
2023-07-10 02:40:39 +02:00
parent 593443cae5
commit 5389ae0962
13 changed files with 1265 additions and 78 deletions

View File

@@ -1,25 +1,39 @@
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
author "Andyyy#7666"
author "Andyyy#7666, N1K0#0001"
description "ND Framework Core"
version "2.0.0"
version "1.0.3"
fx_version "cerulean"
game "gta5"
lua54 "yes"
shared_scripts {
"init.lua"
"config_client.lua",
"shared/main.lua"
}
client_scripts {
"client/main.lua",
"client/functions.lua",
"client/events.lua",
"client/main.lua"
"shared/import.lua"
}
server_scripts {
"@oxmysql/lib/MySQL.lua",
"config_server.lua",
"server/main.lua",
"server/player.lua"
"server/functions.lua",
"server/events.lua",
"server/commands.lua",
"shared/import.lua"
}
exports {
"GetCoreObject"
}
server_exports {
"GetCoreObject"
}
dependency "oxmysql"