> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rktscripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Antimbump

> Removes speed gains in bump and break boosts.

# 📥 Installation

1. **Download** the script through your [FiveM Keymaster](https://keymaster.fivem.net/) account.

2. Extract the downloaded `.zip` file.

3. Place the extracted folder inside your `resources` directory on your FiveM server.

4. Open your `server.cfg` and add the following line at the end to make sure the script starts correctly on server boot:

   ```cfg theme={null}
   ensure antibump
   ```

5. Save the `server.cfg` file.

6. Restart your server or run the following commands in your server console to load the script without restarting:

   ```bash theme={null}
   refresh
   ensure antibump
   ```

✅ **Done!** The script should now be running and ready to use.\
No additional dependencies are required.

⚠️ **IMPORTANT** ⚠️

All vehicles must have the `CCarHandlingData` field already defined; otherwise, FiveM will **NOT** be able to set advanced flags.

```xml theme={null}
<SubHandlingData>
    <Item type="CCarHandlingData">
    </Item>
</SubHandlingData>
```
