示例#1
0
 /** Swapteams command. Swap the teams.
  * This function is bound to the !swap command. Swap the teams.
  * 
  * \param $id The game ID of the player who executed the command.
  * \param $command The command parameters.
  * 
  * \return Nothing.
  */
 public function CommandSwap($id, $command)
 {
     Rcon::swapteams();
 }