Quote Originally Posted by Mitch View Post
You can't read rcon commands with CodeCallback_PlayerCommand.
But you can set the command as a cvar and read the value in cod like the admin functions in AWE and other mods.

Edit: i could make a new function for this.
If you're going to do that, why not just instead hook rcon (since it doesn't work for who don't know because it's not a cmd it's a connectionless packet) and then add the rcon to the PlayerCmd callback. I don't see why you would want do this though.