> For the complete documentation index, see [llms.txt](https://docs.devcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devcore.cz/resources/mileage-meter.md).

# MILEAGE METER

**The script uses the escrow system**

The script will enrich your roleplay server for a better experience when selling vehicles, as vehicle prices may vary due to mileage

<img src="https://forum.cfx.re/images/emoji/twitter/small_blue_diamond.png?v=12" alt=":small_blue_diamond:" data-size="line">Version 2.0 has completely new code from the previous version.\ <img src="https://forum.cfx.re/images/emoji/twitter/small_blue_diamond.png?v=12" alt=":small_blue_diamond:" data-size="line">Mileage only counts for vehicles that someone owns.\ <img src="https://forum.cfx.re/images/emoji/twitter/small_blue_diamond.png?v=12" alt=":small_blue_diamond:" data-size="line">The more kilometers the vehicle has, the lower the power and the dirtier the vehicle, this function can be switched off.\ <img src="https://forum.cfx.re/images/emoji/twitter/small_blue_diamond.png?v=12" alt=":small_blue_diamond:" data-size="line">If the vehicle has twist mileage, the dirtiness of the vehicle and the wear of the engine depend on the actual mileage which can only be found by decrypting the twist mileage.\ <img src="https://forum.cfx.re/images/emoji/twitter/small_blue_diamond.png?v=12" alt=":small_blue_diamond:" data-size="line">The appearance of the 2d menu can be customized in the configuration.\ <img src="https://forum.cfx.re/images/emoji/twitter/small_blue_diamond.png?v=12" alt=":small_blue_diamond:" data-size="line">Mileage can also be displayed using notifications.\ <img src="https://forum.cfx.re/images/emoji/twitter/small_blue_diamond.png?v=12" alt=":small_blue_diamond:" data-size="line">0 ms when inactive.\ <img src="https://forum.cfx.re/images/emoji/twitter/small_blue_diamond.png?v=12" alt=":small_blue_diamond:" data-size="line">Extensive Configuration.

### Server artifacts

Make sure your server artifacts version is above the **5181**.


---

# 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.devcore.cz/resources/mileage-meter.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.
