mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 13:56:02 +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 @@
|
||||
------------------------------------------------------------------------
|
||||
------------------------------------------------------------------------
|
||||
-- DO NOT EDIT IF YOU DON'T KNOW WHAT YOU'RE DOING --
|
||||
-- --
|
||||
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6 --
|
||||
------------------------------------------------------------------------
|
||||
------------------------------------------------------------------------
|
||||
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
||||
|
||||
author "Andyyy#7666"
|
||||
description "ND Framework Core"
|
||||
@@ -24,14 +18,14 @@ files {
|
||||
|
||||
ui_page "source/ui/index.html"
|
||||
|
||||
shared_script "config.lua"
|
||||
|
||||
server_scripts {
|
||||
"config_server.lua",
|
||||
"source/server/discord.lua",
|
||||
"source/server/main.lua",
|
||||
"source/server/commands.lua"
|
||||
}
|
||||
client_scripts {
|
||||
"config_client.lua",
|
||||
"source/client/main.lua",
|
||||
"source/client/commands.lua"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user