2021-12-24 22:16:53 +01:00
|
|
|
-- 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"
|
2022-07-16 04:46:27 +02:00
|
|
|
description "ND Framework Core"
|
2023-07-09 03:07:46 +02:00
|
|
|
version "2.0.0"
|
2021-12-23 22:40:54 +01:00
|
|
|
|
2021-12-24 17:31:12 +01:00
|
|
|
fx_version "cerulean"
|
|
|
|
|
game "gta5"
|
|
|
|
|
lua54 "yes"
|
|
|
|
|
|
2022-10-04 00:32:21 +02:00
|
|
|
client_scripts {
|
2023-07-09 21:19:35 +02:00
|
|
|
"client/main.lua",
|
2022-12-03 08:09:33 +01:00
|
|
|
"client/functions.lua",
|
2022-12-24 17:01:28 +01:00
|
|
|
"client/events.lua",
|
2022-10-04 00:32:21 +02:00
|
|
|
}
|
2021-12-23 22:40:54 +01:00
|
|
|
server_scripts {
|
2022-07-16 04:46:27 +02:00
|
|
|
"@oxmysql/lib/MySQL.lua",
|
2022-10-04 17:49:36 +02:00
|
|
|
"server/main.lua",
|
2023-07-10 02:31:59 +02:00
|
|
|
"server/player.lua",
|
|
|
|
|
"server/functions.lua"
|
2021-12-31 02:51:34 +01:00
|
|
|
}
|
2023-07-09 21:19:35 +02:00
|
|
|
shared_scripts {
|
|
|
|
|
"init.lua"
|
|
|
|
|
}
|
2022-03-24 21:28:33 +01:00
|
|
|
|
2023-01-11 13:16:33 +01:00
|
|
|
dependency "oxmysql"
|