bb

RaidMax 2023-06-07 11:28:04 -05:00
parent 9f8f2a120a
commit b5ee80802b

@ -24,6 +24,7 @@ The following games are supported in some capacity
# How to install # How to install
The fastest way to install the game interface is *copying the .gsc files to your game server 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**. **Make sure to restart IW4MAdmin and your game server after installation**.
## IW4x ## 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? # How to add new commands?
Utilize the `RegisterScriptCommandObject` function. 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) See [example_module.gsc](https://github.com/RaidMax/IW4M-Admin/blob/develop/GameFiles/GameInterface/example_module.gsc)
# Troubleshooting # Troubleshooting