Wrong fuel type
Last updated
Last updated
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.OverflowFuel = false
And by changing it to:
Config.OverflowFuel = true
You will allow players to fuel gasoline into diesel vehicles, and so on.
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.