Skip to content

Commit

Permalink
fix(animation func error)
Browse files Browse the repository at this point in the history
  • Loading branch information
renzuzu committed Jul 24, 2021
1 parent ac1f2c5 commit acc111a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renzu_hud/function.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,7 @@ function Hud:setStatusEffect()
Wait(0)
if IsEntityPlayingAnim(self.ped, v.dict, v.name, 3) then
--print("LOADED")
TriggerEvent('esx_status:'..v.self.mode..'', v.status, v.val)
TriggerEvent('esx_status:'..v.mode..'', v.status, v.val)
Citizen.Wait(1000)
end
end
Expand Down

0 comments on commit acc111a

Please sign in to comment.