# Wheel Clamper

{% embed url="<https://youtu.be/N10_lA9NkbM>" %}

## Purchase

> **Escrow Version** available on our store.\
> [Buy Here](https://pulsescripts.com/product/6805299)

> **Open Source Version** available on our store.\
> [Buy Here](https://pulsescripts.com/product/6805303)

***

## Features

* Officers can place a wheel clamp on any registered player vehicle
* Clamp prop visually attaches to the vehicle wheel
* Vehicle owner receives a notification when their vehicle is clamped
* Fine amount is set by the officer at the time of clamping
* Vehicle owner can pay the fine directly to have the clamp removed
* Vehicle owner can use a `wheel_clamp_cutter` item to remove the clamp themselves (own vehicle only)
* Officers can remove clamps and collect the fine from their bank account
* Full clamp list visible to police via target interaction
* Clamp visual persists across garage spawns (with garage export integration)
* Clamp visual is removed when a vehicle is stored back into a garage
* Society / treasury payment support — fines can be paid into a shared account
* Dispatch alert support when a clamp is placed
* Webhook logging for all clamp events (placed, removed, fine paid)
* Auto SQL install on resource start
* Version checker on resource start

***

## Compatibility

### Frameworks

| Framework | Supported |
| --------- | --------- |
| ESX       | Yes       |
| QBCore    | Yes       |
| QBox      | Yes       |

### Target

| Resource             | Supported |
| -------------------- | --------- |
| ox\_target           | Yes       |
| qb-target            | Yes       |
| Commands (no target) | Yes       |

### Inventory

| Resource              | Supported |
| --------------------- | --------- |
| ox\_inventory         | Yes       |
| qb-inventory          | Yes       |
| ESX default inventory | Yes       |

### Notify

| Resource       | Supported |
| -------------- | --------- |
| ox\_lib        | Yes       |
| esx\_notify    | Yes       |
| okokNotify     | Yes       |
| wasabi\_notify | Yes       |
| brutal\_notify | Yes       |
| mythic\_notify | Yes       |
| lation\_ui     | Yes       |

### UI

| Feature      | Resource                                    | Supported |
| ------------ | ------------------------------------------- | --------- |
| Context Menu | ox\_lib / lation\_ui                        | Yes       |
| Input Dialog | ox\_lib / lation\_ui                        | Yes       |
| Alert Dialog | ox\_lib / lation\_ui                        | Yes       |
| Progress Bar | ox\_lib / ox\_lib\_circle / qb / lation\_ui | Yes       |

### Dispatch

| Resource        | Supported |
| --------------- | --------- |
| ps-dispatch     | Yes       |
| aty\_dispatch   | Yes       |
| op-dispatch     | Yes       |
| rcore dispatch  | Yes       |
| cd\_dispatch    | Yes       |
| QBCore built-in | Yes       |
| Custom          | Yes       |

### Society / Treasury

| Resource             | Supported |
| -------------------- | --------- |
| addon\_account (ESX) | Yes       |
| qb-management        | Yes       |
| qb-banking           | Yes       |

***

## Support

Join our Discord for script support, devlogs, and update announcements.

[discord.gg/c6gXmtEf3H](https://discord.gg/c6gXmtEf3H)


---

# 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://pulsescripts.gitbook.io/pulsescripts-documentation/paid-scripts/wheellock.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.
