🖥️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
Download the package from your purchase (Tebex).
Place the folder in your
resourcesdirectory. Recommended name:resources/[iZaap]/izaap_tow
2️⃣ Add to server.cfg
server.cfgEnsure the script starts after your framework:
ensure izaap_tow3️⃣ Configure config.lua
config.luaOpen 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 alertLast updated