# Wrong fuel type

#### Ability to tank the wrong fuel type

When you're trying to fuel the wrong type in your vehicle, the resource will warn you with the message: `The vehicle you're attempting to refuel uses %s, while the dispenser at your location is for %s. Fueling with the wrong type of gas could damage the vehicle.`

You can disable this message and allow the player to fuel their vehicle with any type by modifying the configuration in:

`rcore_fuel/config/fuel_config.lua`

Look for:\
`Config.CheckForFuelType = true`

And by changing it to:\
`Config.CheckForFuelType = false`

You will allow players to fuel gasoline into diesel vehicles, and so on.

#### How do I check the vehicle fuel type?

On the map, at every gas station that comes with the default script, you can find points with a shop.

![](https://rco.re/docs/fuel/shop.png)

You will have to buy a "Vehicle manual."

![](https://rco.re/docs/fuel/shop_manual.png)

Then simply use it from your inventory, and it will play this animation. At the end of the animation, you will see which kind of fuel the vehicle uses.

{% embed url="<https://www.youtube.com/watch?v=tCiItHsWkj8>" %}


---

# 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://documentation.rcore.cz/paid-resources/rcore_fuel/config/wrong_fuel.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.
