[ ANIMATION ] Sync this ffss

Any idea how to sync this [ OTHER PLAYER DIDN’T SEE THE ANIM ]

TaskPlayAnim(PlayerPedId(), “dead”, “dead_e”, 1.0, 0.0, -1, 9, 9, 1, 1, 1)

Instead of Trigger the event for all player and play for the specific ped, any other way?

1 Like

Paste the whole function into a code block, it might be something else causing this…

it’s just only this function , for myself the animation play for me, but other player around me didn’t see the animation

1 Like

i request the anim and doing it the right way , the animation play normally , but other play can’t see it , they see that i am standing still, it’s not sync

As I’ve tested for you with my friend, it’s not synced as you said, and the things that make the animation doesn’t sync to others player is your last 3 argument which is bool lockx,locky,lockz I tried to set those to false and finally animation back to sync again :blush:

2 Likes

Ohhhhh, ill check this out now, ty very much