Пример #1
0
 /** Cyclemap command. Make a pause.
  * This function is bound to the !pause command. If one or more players are causing problems so we can put a pause in the game to kick them.
  * 
  * \param $id The game ID of the player who executed the command.
  * \param $command The command parameters.
  * 
  * \return Nothing.
  */
 public function CommandPause($id, $command)
 {
     Rcon::pause();
 }