# Changelog

### Version 2.0.0 — Initial Release

Core System

* Part-by-part vehicle disassembly
* Individual door removal system
* Green arrow marker with E key interaction
* Configurable animations per stage
* Vehicle fade-out on completion
* Visible scrapyard zone

Mission System

* NPC contract giver
* Vehicle theft missions
* Lock breaking minigame with 3 types
* Bonus cash and XP rewards
* Level-locked missions

Economy

* NPC parts dealer
* Dynamic pricing
* 10 different chop items
* Vehicle class multiplier
* Night time bonus
* Level reward multiplier

Progression

* 20 level XP system
* Reward multiplier perks
* SQL persistent storage

Security

* Server-side rewards only
* Session token system
* Distance verification
* Stage duplication prevention
* Session timeout
* pcall protected operations

Compatibility

* QBCore / ESX / Qbox
* ox\_target / qb-target
* ox\_inventory / qb-inventory / qs-inventory / ESX default
* English and Turkish locale


---

# 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://elena-scripts.gitbook.io/elenascripts/jobs-and-activities/chop-shop-v2/changelog.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.
