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

# Client

> Client-seitige Events und Exports, die in Doors Creator verfügbar sind.

Diese Seite listet die **client-seitigen** Events und Exports auf, die in Doors Creator verfügbar sind.

<CardGroup cols={2}>
  <Card title="Benachrichtigungen" icon="bell" href="/de/doors-creator/client/replace-default-notifications">
    Ersetze das Standard-Benachrichtigungssystem.
  </Card>

  <Card title="Polizei-Alarm" icon="siren-on" href="/de/doors-creator/client/replace-default-police-alert">
    Nutze dein eigenes Dispatch-Script über Module.
  </Card>

  <Card title="Nächste Tür abrufen" icon="door-closed" href="/de/doors-creator/client/get-closest-door">
    Ruft die nächste aktive Tür zum Spieler ab.
  </Card>

  <Card title="Tür-ID aus Entität abrufen" icon="magnifying-glass" href="/de/doors-creator/client/get-door-id-from-entity">
    Ermittelt eine Tür-ID anhand ihres Entitäts-Handles.
  </Card>

  <Card title="Symbolanzeige umschalten" icon="eye" href="/de/doors-creator/client/toggle-icon-display">
    Zeige oder verstecke Tür-Symbole/-Texte.
  </Card>
</CardGroup>


## Related topics

- [Client](/de/blips-creator/client/index.md)
