function loadAnimDict(Anim)
RequestAnimDict(Anim) -- But should i use this instead --> RequestAnimSet(Anim)
while not HasAnimDictLoaded(Anim) do
Wait(100)
end
end
RequestAnimDict is used to request the dictionary of an animation, so you will then be able to use TaskPlayAnim.
RequestAnimSet is used to request a clipset of a ped movement so then you will be able to use SetPedMovementClipset.