> For the complete documentation index, see [llms.txt](https://docs.loverp-scripts.de/love-rp-de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loverp-scripts.de/love-rp-de/bus-control/bedienung.md).

# Bedienung

## 1. Tastaturbelegung

<figure><img src="/files/Erh0ke4j5l7S8FDAter6" alt=""><figcaption></figcaption></figure>

| Farbe   | Taste    | Funktion                    |
| ------- | -------- | --------------------------- |
| blau    | NumPad 4 | Tür 1 öffnen/schließen      |
| blau    | NumPad 5 | Tür 2 öffnen/schließen      |
| blau    | NumPad 1 | Tür 3 öffnen/schließen      |
| blau    | NumPad 2 | Tür 4 öffnen/schließen      |
| violett | NumPad 3 | Alle Türen öffnen/schließen |
| gelb    | NumPad 7 | Abblendlicht an/aus         |
| gelb    | NumPad 8 | Fernlicht an/aus            |
| gelb    | NumPad 9 | Lichthupe                   |

{% hint style="info" %}
Die Tastenbelegung kann jeder selbst über Einstellungen -> Tastaturbelegung -> FiveM anpassen.
{% endhint %}

## 2. Defekte Türen

Das System erkennt defekte Türen. Der Türtaster im UI fängt dann an zu blinken. Der Bus kann dann weiterhin bewegt werden (beispielsweise zur Werkstatt), die Tür ist jedoch ohne Funktion.

## 3. Abhilfe: Gelenkbus Bug

{% hint style="info" %}
Das Gelenk vom Gelenkbus wird, wie bei einem LKW, als Anhänger angekuppelt. Es kann hier, bedingt durch die GTA Physik, beispielweise bei einem Unfall dazu kommen, dass das Gelenk abgekuppelt wird.

Um das Gelenk nun zu "resetten", ist der Befehl **/busreset** zu nutzen
{% endhint %}

### 3.1. Gelenk ist abgekuppelt

-> Versuche, das Gelenk anzukuppeln. Ist das Gelenk korrekt angekuppelt, sind keine weiteren Hilfshandlungen zu unternehmen. Sollte das Gelenk an einer falschen Position angekuppelt werden, ist der oben aufgeführte Befehl auszuführen.

### 3.2. Gelenk ist im Bus oder an der falschen Position angekuppelt

-> Führe den oben aufgeführten Befehl aus. Das "falsche" Gelenk wird gelöscht und nach 2 - 3 Sekunden ein neues gespawnt und korrekt angekuppelt.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.loverp-scripts.de/love-rp-de/bus-control/bedienung.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
