mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 13:56:02 +01:00
31 lines
608 B
Lua
31 lines
608 B
Lua
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
|
|
|
author "Andyyy#7666"
|
|
description "ND Framework Core"
|
|
version "2.0.0"
|
|
|
|
fx_version "cerulean"
|
|
game "gta5"
|
|
lua54 "yes"
|
|
|
|
shared_script "@ox_lib/init.lua"
|
|
client_scripts {
|
|
"client/main.lua",
|
|
"shared/functions.lua",
|
|
"client/vehicle.lua",
|
|
"client/functions.lua",
|
|
"client/events.lua"
|
|
}
|
|
server_scripts {
|
|
"@oxmysql/lib/MySQL.lua",
|
|
"server/main.lua",
|
|
"shared/functions.lua",
|
|
"server/player.lua",
|
|
"server/vehicle.lua",
|
|
"server/functions.lua"
|
|
}
|
|
|
|
file "init.lua"
|
|
|
|
dependency "oxmysql"
|