> For the complete documentation index, see [llms.txt](https://fox-store-1.gitbook.io/oz-store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fox-store-1.gitbook.io/oz-store/oz_testdriving/installation.md).

# INSTALLATION

1. Unzip file
2. In resources/oz\_testdriving insert
3. In server.cfg:

* ensure oz\_testdriving
* Adjust `config.lua` – done!

```
Config = {}
Config.Locale = 'de' -- 'de' oder 'en'

--- Grundeinstellung
Config.UseOZHelpNotify = false -- true = oz_helpnotify, false = ESX.ShowHelpNotification
Config.UseOZNotify = false     -- true = oz_notify, false = ESX.ShowNotification

-- Positionen für Marker & Blip (z. B. Eingangspunkt zur Testfahrt)
Config.Marker = vector3(-32.4039, -1112.4526, 26.4224)

-- Blip-Locations (können mehrere sein)
Config.Locations = {
    vector3(-32.4039, -1112.4526, 26.4224), -- Beispielhafte Position für Testfahrt
    -- Füge hier weitere Standorte hinzu, wenn nötig:
    -- vector3(x, y, z),
}

-- Testfahrt Startposition
Config.TestDriveStart = vector3(-951.6226, -3366.4387, 13.9443)

-- Rückgabeort nach Testfahrt
Config.ReturnCoords = vector3(-35.4538, -1104.2924, 26.4223)

-- Dauer der Testfahrt (in Sekunden)
Config.TestDriveTime = 60

```
