Page cover

🖥️INSTALLATION

Here you’ll find the full documentation to help you install and configure the Tow Alert System from the iZaap Studios store.

1️⃣ Drag and Drop

  1. Download the package from your purchase (Tebex).

  2. Place the folder in your resources directory. Recommended name:

    resources/[iZaap]/izaap_tow

2️⃣ Add to server.cfg

Ensure the script starts after your framework:

ensure izaap_tow

3️⃣ Configure config.lua

Open config.lua and adjust values as needed:

Config.CheckInterval = 1800        -- Time in seconds between auto cleanups (30 minutes)
Config.AlertDuration = 180         -- Time in seconds before vehicles are deleted
Config.CommandName = "grua"        -- Command to manually trigger the alert
Config.CancelCommandName = "canceltow"  -- Command to cancel active alert

Last updated