mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
fix progressbar looking for missing function
This commit is contained in:
@@ -22,7 +22,7 @@ end
|
||||
local function stopAnim(animDict, animName, ped)
|
||||
StopAnimTask(ped or PlayerPedId(), animDict, animName, 0.5)
|
||||
StopAnimTask(ped or PlayerPedId(), animName, animDict, 0.5)
|
||||
unloadAnimDict(animDict)
|
||||
RemoveAnimDict(animDict)
|
||||
end
|
||||
|
||||
function redProgressBar(data)
|
||||
|
||||
Reference in New Issue
Block a user