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

> Mengalokasikan Windows console untuk proses saat tidak ada console window. Jika console window sudah ada, call kembali tanpa melakukan apa pun. Setelah allocation, function mengarahkan stdout ke console output dan stdin ke console input.

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

  ## Alias

  * `consolecreate`

  ## Contoh

  Create the Windows console once before writing console output.

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