# Installation

{% hint style="warning" %}
Ich empfehle zur Installation von Scripts **WinSCP**\
\
**FileZilla** überträgt in den meisten Fällen einige verschlüsselte Dateien nicht. Dadurch kann es passieren, dass die Scripts nicht funktionieren!
{% endhint %}

## Department Traffic Lights herunterladen und starten

Nach dem Kauf von Dep Traffic Lights über den Tebex Store kannst du es unter folgendem Link herunterladen und über ein FTP Programm auf deinem Server hinzufügen.

{% embed url="<https://portal.cfx.re>" %}

Füge Dep Traffic Lights anschließend in deine Start Config ein.\
Dep Traffic Lights darf **nicht vor** der MySQL Ressource gestartet werden.

```
start [DEP_TL2]
```

{% hint style="info" %}
Die notwendigen Datenbank Tabellen werden beim ersten Start des Scripts erstellt
{% endhint %}

## Admin Zugriff (ACE Permission)

Um vollständigen Zugriff auf die Administration zu haben, sind so genannte ACE Permissions notwendig. Diese kannst du einfach in deine Start Config hinzufügen. Die License bzw. Steam ID findest du beispielsweise in der users Datenbank (ESX).

```
#ACE Permission anhand der License ID
add_ace identifier.license:xxxx "dtl.admin" allow

#ACE Permission anhand der Steam ID
add_ace identifier.steam:xxxx "dtl.admin" allow

#ACE Permission für Benutzer Gruppen
add_ace group.superadmin "dtl.admin" allow
```

{% hint style="info" %}
Administration Befehl: /dtladmin\
\
Spieler mit ACE Permission haben **vollständigen** Zugriff auf die Administration. Gehe damit mit Bedacht um!
{% endhint %}


---

# Agent Instructions: 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/dep.-traffic-lights/installation.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.
