> For the complete documentation index, see [llms.txt](https://docs.meteofivem.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meteofivem.net/paid-scripts/meteo-chopshop.md).

# Meteo Chop Shop

#### What is Meteo Chop Shop?

A vehicle chopping script for FiveM. Players use contract items to chop specific vehicles, remove parts one by one, drop them at a yard and get paid. Comes with three tiers (easy, medium, high-end), perk integration, dispatch alerts and automatic part detection.

Works with both **QBCore** and **QBox**.

***

#### Features

| Feature                 | Description                                                        |
| ----------------------- | ------------------------------------------------------------------ |
| **Contract Tiers**      | Easy, medium and high-end contracts with class-based vehicle pools |
| **Auto Part Detection** | Doors, hood, trunk and wheels detected per vehicle                 |
| **Carry Mechanic**      | Carry each part to the drop zone with reduced movement speed       |
| **Multi-Location**      | Unlimited chop shop locations with peds, blips and zones           |
| **Dispatch Alerts**     | Chance-based police alert when chopping starts                     |
| **Tier Rewards**        | Cash, scrap items and rare drops per tier                          |
| **Perk Integration**    | meteo-perks bonuses for speed, cash and scrap rewards              |
| **Phone Integration**   | Contract details emailed via meteo-phone                           |
| **Multi-Language**      | Full ox\_lib locale support                                        |
| **Custom Vehicles**     | Edit the vehicle pool per tier in config                           |

***

#### Requirements

* QBCore or QBox
* ox\_lib
* oxmysql
* ox\_target or qb-target

***

#### Optional Integrations

* **meteo-dispatch**, **ps-dispatch** or **tk\_dispatch** for police alerts
* **meteo-perks** for chop speed and reward bonuses
* **meteo-phone** for contract emails

***

#### Quick Links

* [Installation Guide](/paid-scripts/meteo-chopshop/installation-guide.md)
* [Changelogs](/paid-scripts/meteo-chopshop/changelogs.md)

***

#### Support

* Discord: [discord.meteofivem.net](http://discord.meteofivem.net/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.meteofivem.net/paid-scripts/meteo-chopshop.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
