It’s a replacement! Works well, but there is some changes which have to be made. But for a free release, it’s a really good resource and big ups to this guy!
Hi, when I use the pump with third eye, works perfetly. But then when I push E to take the hose from the car, it also picks up a hose from the pump. Then I have 2 hoses. Can we remove the E key on the pump?
Really? Then why on line 292 of the main.lua does it have this?
CreateThread(function() -- Check key presses
while true do
local sleep = 1000
if CurrentPump then
sleep = 0
if IsControlPressed(0, Config.ActionKey) and CurrentCapPos then
local playerPed = PlayerPedId()
if #(GetEntityCoords(playerPed) - CurrentCapPos) < 3.0 then -- Mount/Dismount pump
It says Mount/Dismount Pump with key press.
Also, in config it has:
Config.ActionKey = 38 -- Key binds can be found here https://docs.fivem.net/docs/game-references/controls/
Am I able to add my own Fuel Locations and make price free for Police? Say like If I had fuel pumps at PaletoPD, make them only useable for the Police Job and make it free?
You can already add your fuel locations, just add pumps in your map and it will be functional
Unfortunately, the control of the pumps need a new layer of coding to control the job or even the vehicle model
This is on the roadmap for this resource like pumps for boats or air vehicles, fuel stocks and job control
Ok perfect! Also, the Fuel HUD doesn’t work, like the resource works, but it doesn’t display the fuel thats in the vehicle. Also, how do I go about refuelling a helicopter?