From fb577ddcdda81e0822d81347bde47914d17d67b1 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:20:58 +0200 Subject: [PATCH] Update README.md --- chat_commands/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_commands/README.md b/chat_commands/README.md index cc08ce3..f291e21 100644 --- a/chat_commands/README.md +++ b/chat_commands/README.md @@ -13,7 +13,7 @@ MP only scripts are in the [mp](mp) folder and ZM only scripts are in the [zm](z The core script that holds the configuration, runs all the chat logic and holds utils function that are shared between all the `chat_command` scripts. **[IMPORTANT]** Installing it is **mandatory** to make the commands work as this is the core of this whole system and all the command scripts depend on it. -**[IMPORTANT]** By default this script is made to be placed in the `scripts` folder. If you place it in the `scripts\mp` or `scripts\zm` folder instead then you will need to update the include of each commaand script accordingly (first line) or you will get errors. +**[IMPORTANT]** By default this script is made to be placed in the `scripts` folder. If you place it in the `scripts\mp` or `scripts\zm` folder instead then you will need to update the include of each command script accordingly (first line) or you will get errors. You simply have to replace `#include scripts\chat_commands` with `#include scripts\mp\chat_commands;` or `#include scripts\zm\chat_commands;` in each of your command script. Also note that this script doesn't provide any command on its own. You must install at least one command script to be able to use commands. Otherwise it will always say that you don't have any command.