mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Update fxmanifest.lua
* Separated config into server and client files * Moved version "1.0" up so it can be used with the new version checker.
This commit is contained in:
@@ -1,10 +1,4 @@
|
|||||||
------------------------------------------------------------------------
|
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
||||||
------------------------------------------------------------------------
|
|
||||||
-- DO NOT EDIT IF YOU DON'T KNOW WHAT YOU'RE DOING --
|
|
||||||
-- --
|
|
||||||
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6 --
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
------------------------------------------------------------------------
|
|
||||||
|
|
||||||
author "Andyyy#7666"
|
author "Andyyy#7666"
|
||||||
description "ND Framework Core"
|
description "ND Framework Core"
|
||||||
@@ -24,14 +18,14 @@ files {
|
|||||||
|
|
||||||
ui_page "source/ui/index.html"
|
ui_page "source/ui/index.html"
|
||||||
|
|
||||||
shared_script "config.lua"
|
|
||||||
|
|
||||||
server_scripts {
|
server_scripts {
|
||||||
|
"config_server.lua",
|
||||||
"source/server/discord.lua",
|
"source/server/discord.lua",
|
||||||
"source/server/main.lua",
|
"source/server/main.lua",
|
||||||
"source/server/commands.lua"
|
"source/server/commands.lua"
|
||||||
}
|
}
|
||||||
client_scripts {
|
client_scripts {
|
||||||
|
"config_client.lua",
|
||||||
"source/client/main.lua",
|
"source/client/main.lua",
|
||||||
"source/client/commands.lua"
|
"source/client/commands.lua"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user