Skip to content

dronelektron/team-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team manager

Allows you to perform various operations on teams:

  • Move player
    • Immediately
    • After death
    • After round end
    • To spectators
  • Swap teams
  • Scramble teams
  • Balance teams
    • Move excess players to spectators
    • Distribute excess players

Supported Games

  • Day of Defeat: Source

Installation

  • Download latest release (compiled for SourceMod 1.11)
  • Extract "plugins" and "translations" folders to "addons/sourcemod" folder of your server

Console Commands

  • sm_tm_move_player <#userid|name> <type> - Move player:
    • type 0: to opposing team
    • type 1: after death
    • type 2: after round end
    • type 3: to spectators
  • sm_tm_swap_teams - Swap teams
  • sm_tm_scramble_teams - Scramble teams
  • sm_tm_balance_teams <type> - Balance teams:
    • type 0: move excess players to spectators
    • type 1: distribute excess players