示例#1
0
 /** Restart command. Restart the game.
  * This function is bound to the !restart command. It restart the round.
  * 
  * \param $id The game ID of the player who executed the command.
  * \param $command The command parameters.
  * 
  * \return Nothing.
  */
 public function CommandRestart($id, $command)
 {
     Rcon::restart();
 }