From b5ee80802bf1a05c0a3ffc8b8bf3c14bc644bc6d Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 7 Jun 2023 11:28:04 -0500 Subject: [PATCH] bb --- GameInterface.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GameInterface.md b/GameInterface.md index 36c3dc4..8ef4728 100644 --- a/GameInterface.md +++ b/GameInterface.md @@ -24,6 +24,7 @@ The following games are supported in some capacity # How to install The fastest way to install the game interface is *copying the .gsc files to your game server install*. +The source .gsc files are provided in the `GameFiles` directory of your **IW4MAdmin** installation. **Make sure to restart IW4MAdmin and your game server after installation**. ## IW4x @@ -63,7 +64,7 @@ The fastest way to install the game interface is *copying the .gsc files to your # How to add new commands? Utilize the `RegisterScriptCommandObject` function. -**You must have working knowledge of GSC (Call of Duty® game scripting)** +**You must have working knowledge of GSC (Call of Duty® game scripting)** See [example_module.gsc](https://github.com/RaidMax/IW4M-Admin/blob/develop/GameFiles/GameInterface/example_module.gsc) # Troubleshooting