thebigsleepjoe / TTT-Bots-2

Player bots for Garry's Mod TTT
Creative Commons Attribution Share Alike 4.0 International
10 stars 2 forks source link

[BUG] SRCDS some concommands do not work #7

Closed thebigsleepjoe closed 7 months ago

thebigsleepjoe commented 7 months ago

Describe the bug ttt_bot_kick does not appear to function properly on SRCDS

Stack trace/error Consistently fails silently.

To Reproduce

  1. Add a bot in a SRCDS server
  2. Run "ttt_bot_kick botname" on a bot.
  3. Fails

Expected behavior The bot should be kicked from the game with a message printed in chat.

thebigsleepjoe commented 7 months ago

Noticed ttt_bot_print_archetypes also did not do anything on the client realm on SRCDS.

thebigsleepjoe commented 7 months ago

Most console commands do not work on the client side due to calling server-realm information. This should be reworked.