Esempio n. 1
0
 /** Cyclemap command. Go to the next map.
  * This function is bound to the !cyclemap command. It changes the map, usually following the cyclemap file.
  * 
  * \param $id The game ID of the player who executed the command.
  * \param $command The command parameters.
  * 
  * \return Nothing.
  */
 public function CommandCyclemap($id, $command)
 {
     Rcon::cyclemap();
 }