Warcmds is an AMX MOD X plugin designed for Counter-Strike 1.6 to enhance matchmaking control within the game.
I initiated this project during my high school years out of my passion for online gaming. The first version was launched in the ninth grade, and over the course of a year, I developed and tested the plugin on 5-10 competitive servers. I continually refined the plugin based on player feedback, making it a significant milestone in my journey into software engineering.
To install Warcmds, follow these steps:
- Copy the
amxmodx
directory to theaddons
path of your Counter-Strike 1.6 server.
You can also use the Online Compiler for convenience.
Warcmds provides several chat and console commands for in-game management:
/rr
or/restart
: Restart the game./warm
: Initiate a warm-up phase./live
: Switch to live gameplay./blades
: Activate special blades mode./elections
: Start in-game elections./stop
: Halt ongoing actions./score
: Display the current score.
amx_tagct
: Set the Counter-Terrorist team tag.amx_tagt
: Set the Terrorist team tag.
Contributions to Warcmds are welcome! If you have any major changes in mind, please open an issue first to discuss the proposed modifications. Additionally, make sure to update any relevant tests.
This project is licensed under the GNU General Public License v3.0. Feel free to check the license for details.