SmileYzn / MatchBot

Counter-Strike 1.6 Match Plugin for ReHLDS and ReGameDLL_CS
GNU General Public License v3.0
28 stars 14 forks source link

Add a console or rcon command in order to transfer the player to the specified team. #133

Open F4ntik opened 6 months ago

F4ntik commented 6 months ago

Add a console or rcon command in order to transfer the player to the specified team.

For example: mb_move_ct "player name" mb_move_t "player name" mb_move_s "player name" -spectator

well, or something similar.

There are times when they ask a player to change the team in the game, and I myself have access only to rcon. And I wrote a bot that divides players into teams, moves them in voice channels by team, and if I could also use rcon, it would be great.

SmileYzn commented 6 months ago

Thanks for suggestions, only thing about voice channel we are in 2024, CS already implemented DEAD talk support and many other modes of sv_alltalk.

To be honest that thing lacks in matchbot is a other metamod plugin that act like amxmodx does for manage players, server, server cvars commands etc.

SmileYzn commented 6 months ago

@F4ntik

Ps. i will add these and other commands for server side soon

F4ntik commented 6 months ago

Thanks for suggestions, only thing about voice channel we are in 2024, CS already implemented DEAD talk support and many other modes of sv_alltalk.

I meant the discord bot in the discord voice channels as well. :D And so as not to jump to the neighboring voice channel in the discord, we talk through sv_alltalk when necessary.