fix progressbar looking for missing function

This commit is contained in:
Jim Shield
2025-07-08 11:20:52 +01:00
parent 64d43b54e9
commit fae099fd93
+1 -1
View File
@@ -22,7 +22,7 @@ end
local function stopAnim(animDict, animName, ped) local function stopAnim(animDict, animName, ped)
StopAnimTask(ped or PlayerPedId(), animDict, animName, 0.5) StopAnimTask(ped or PlayerPedId(), animDict, animName, 0.5)
StopAnimTask(ped or PlayerPedId(), animName, animDict, 0.5) StopAnimTask(ped or PlayerPedId(), animName, animDict, 0.5)
unloadAnimDict(animDict) RemoveAnimDict(animDict)
end end
function redProgressBar(data) function redProgressBar(data)