I'm doing some debugging of server and client add-ons, and would like to add the ability to add test commands to the game.
I've envisioned using the chat box as a command window to run some commands that I've written into the add-ons. If this
isn't possible is there another way for a player to fire an event, and have the server execute it.
I've seen things such as the BattleEye Rcon, and the #exec command.
I'm not sure if these would get me what I needed.
Direct access to modify player data is needed.