> ## 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

> console window yoksa process icin Windows console allocate eder. console window zaten varsa call hicbir sey yapmadan geri doner. Allocation sonrasinda function stdout degerini console output ve stdin degerini console input konumuna redirect eder.

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

  ## Aliaslar

  * `consolecreate`

  ## Örnek

  Create the Windows console once before writing console output.

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