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

# Troubleshooting

<details>

<summary>Wrong fuel type.</summary>

**Cause:** Trying to fuel the wrong type in your vehicle.

**Fix:** Check vehicle right fuel type.

* On the map at every gas station that comes with the default script, you can find points with a shop. There you can buy "Vehicle manual".

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

***

* 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 = false`

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

{% embed url="<https://youtu.be/tCiItHsWkj8?si=ucnZCna-IUH_3X5v>" %}
Showcase Video
{% endembed %}

</details>

<details>

<summary>Crashing while grabbing nozzle.</summary>

**Cause:** Anticheat

**Fix:** Whitelist these objects `prop_cs_fuel_nozle` + `rcore_electric_nozzle_hand`.

* If it didnt helped: `Config.DisableRopes = true` disable the ropes.

</details>

<details>

<summary>Crashing near fuel pump.</summary>

**Fix:** `Config.DisableCollisionFunction = true` in `config.lua` just disable collision function which is causing the prop crash.

</details>
