Hello,
For no real reason at all Im trying to make a menu which can generate a keypair on the clients machine. I've created a gui menu for it and now I'm trying to add a console command to the game which links up with the GUI. I tried using the ICOMMAND macro but I get an "Unknown Command" error in game. Im not particularly stellar with C++ and am at a loss. Can I use ICOMMAND anywhere, or only in specific files? For what it's worth, it still compiles.
My repo is .
Any help is appreciated, Thanks.