mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 06:46:04 +01:00
fix esx progressbar triggering with ox
This commit is contained in:
@@ -287,9 +287,7 @@ function progressBar(data)
|
|||||||
lockInv(false)
|
lockInv(false)
|
||||||
if data.cam then stopTempCam(data.cam) end
|
if data.cam then stopTempCam(data.cam) end
|
||||||
end
|
end
|
||||||
|
|
||||||
exports["esx_progressbar"]:Progressbar(message, length, Options)
|
|
||||||
|
|
||||||
elseif Config.System.ProgressBar == "qb" then
|
elseif Config.System.ProgressBar == "qb" then
|
||||||
Core.Functions.Progressbar("mechbar",
|
Core.Functions.Progressbar("mechbar",
|
||||||
data.label,
|
data.label,
|
||||||
@@ -820,4 +818,4 @@ function StopEffects() -- Used to clear up any effects stuck on screen
|
|||||||
AnimpostfxStop('RaceTurbo')
|
AnimpostfxStop('RaceTurbo')
|
||||||
AnimpostfxStop('FocusIn')
|
AnimpostfxStop('FocusIn')
|
||||||
AnimpostfxStop('Rampage')
|
AnimpostfxStop('Rampage')
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user