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.

You will have to buy a "Vehicle manual."

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.

Last updated

Was this helpful?