server-side

Here you’ll find a complete list of available exports for this script. It’s recommended to adjust these configurations with the help of a developer or someone experienced in Lua to prevent potential issues

Saves a new vehicle impound record to the database. This includes the plate, duration (in hours), bill amount, reason for impound, impound method ("impound" or "wheel_clamp"), and the vehicle's last known location and heading. Also notifies the owner (if online) and sends a log to Discord Use this :

 exports['z-impoundsystem']:SaveImpound(plate, duration, fine, reason, method, coords, heading)

Last updated