-- ped: number - The ped thats going to play the anim-- animationName: string - name of the animationexports["br-animations"]:playAnimation(ped, animationName)
Cancel Animation
exports["br-animations"]:cancelAnimation()
Get Animation
-- animationName: string - name of the animation-- return: table - returns animationData from configexports["br-animations"]:getAnimation(animationName)