p2sr / SourceAutoRecord

Speedrun plugin for Source engine games.
MIT License
89 stars 27 forks source link

Console commands executed through ghost_chat #152

Closed ThatFridgeFella closed 1 year ago

ThatFridgeFella commented 1 year ago

If you type ";[console_command]" and say it in ghost_chat, then the command will be executed. The quotes are required for this to work.

Example: ";quit" would cause the player to quit out of the game.

ThisAMJ commented 1 year ago

Do you mean the sender or reciever will execute the command

mlugg commented 1 year ago

I know about this, and unfortunately it can't be solved as long as we're using the game chat UI for this: it's a bug with the game, it happens with normal co-op chat too. I'm going to close this because while it isn't ideal there's not really a solution to it (short of writing our own chat UI, which... yeah no sorry)