From f8bb9c4053dce3e019731b35a1c9724a22fdaa21 Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Tue, 23 Dec 2025 16:20:14 +0000 Subject: [PATCH] Update progress circle position and label for refueling This would glitch out and use the last progress that had been done by the player Signed-off-by: Fezz <43589668+FBFezz@users.noreply.github.com> --- client/fuel.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/fuel.lua b/client/fuel.lua index bba499c..909410b 100644 --- a/client/fuel.lua +++ b/client/fuel.lua @@ -22,6 +22,8 @@ function fuel.getPetrolCan(coords, refuel) if lib.progressCircle({ duration = config.petrolCan.duration, + position = 'bottom', + label = 'Refueling Vehicle...', useWhileDead = false, canCancel = true, disable = { @@ -83,6 +85,8 @@ function fuel.startFueling(vehicle, isPump) CreateThread(function() lib.progressCircle({ duration = duration, + position = 'bottom', + label = 'Refueling Vehicle...', useWhileDead = false, canCancel = true, disable = {