> For the complete documentation index, see [llms.txt](https://zloma-scripts.gitbook.io/zloma-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zloma-scripts.gitbook.io/zloma-scripts/zloma_antibump-free/installation.md).

# Installation

## Requirements

| Dependency                    | Required |
| ----------------------------- | -------- |
| FiveM server                  | Yes      |
| Proper vehicle handling files | Yes      |
| Framework (ESX/QBCore/QBox)   | No       |

***

## Setup

1. Place `zloma_antibump` in your resources folder.
2. Add it to `server.cfg`:

```cfg
ensure zloma_antibump
```

3. Restart the server.
4. Enter a supported vehicle and test it on curbs, uneven roads, or highway sections where curb boosting usually appears.

***

## Recommended Load Order

`zloma_antibump` should start after your vehicle assets are available.

Example:

```cfg
ensure your_vehicle_pack
ensure another_vehicle_pack
ensure zloma_antibump
```

This does not change the vehicle files on disk. It only applies the handling flag during gameplay, so the vehicles must already be loaded properly.

Its job is to prevent extra acceleration coming from road bumps and curbs, not to rewrite the vehicle's whole handling setup.

***

## Debug Check

Set `Config.Debug = true` in `config.lua` while testing.

You will then see logs in the client console when:

* a vehicle is skipped because it is not a car
* a vehicle is ignored by blacklist
* the flag is applied successfully


---

# 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:

```
GET https://zloma-scripts.gitbook.io/zloma-scripts/zloma_antibump-free/installation.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.
