> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectreal.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# rconsolecreate

> Allocates eine Windows console fuer den Prozess, wenn keine console window existiert. Wenn bereits eine console window existiert, kehrt der call ohne Aktion zurueck. Nach allocation redirected die function stdout zu console output und stdin zu console input.

<div className="real-function-page">
  ```lua theme={null}
  rconsolecreate()
  ```

  ## Aliase

  * `consolecreate`

  ## Beispiel

  Create the Windows console once before writing console output.

  ```lua theme={null}
  rconsolecreate()
  rconsoleprint("Console ready")
  ```
</div>
