feat(gsc): make bots join a server automatically

This commit is contained in:
2025-01-28 08:57:47 +01:00
parent bc0372a249
commit 833e25700c
3 changed files with 16 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ namespace dvars
game::dvar_t* con_inputCmdMatchColor = nullptr;
game::dvar_t* sv_cheats = nullptr;
game::dvar_t* sv_botsAutoJoin = nullptr;
game::dvar_t* g_playerEjection = nullptr;
game::dvar_t* g_playerCollision = nullptr;