Walking Styles are bugging

Hello!

Whenever I change the walking style on my fivem Server ( /walk wike ) for example it is chaning it for 1 second and then it is resetting itself and its bugging.
Disclaimer: I have the problem with every emote pack.
Can someone please help?

2 Likes

It sounds like you have multiple resources conflicting with walking styles.

Search your codebase for the native:

SetPedMovementClipset

If you see two or more resources with this native, try removing them as you keep testing to see which is the problem resource.

It should also be noted popular resources like dpEmotes also have walking style overrides, so you might need to check those resources as well.

I won’t be able to help directly, but this should get you off the right foot.

1 Like

Hey! How exactly do I figure out, which script does include this? ( I use WINSCP )

I would strongly reccomend doing this in a github environment or a windows environment, it’ll be harder to do through WinSCP.

I did search this thing, but I didn’t found anything

1 Like

Unfortunately I can’t help you more than I already have, that explanation I gave is the only reason the walking styles would be starting & stopping randomly.

Did you figure this out?

What PickleMods said holds true, do the same - text lookup for the relevant native - and figure out what’s conflicting, then fix it.

I know what they said, but that kind of advice isn’t helpful for someone who doesn’t know what they’re doing. Hopefully someone can be helpful and break it down for those who aren’t as tech savvy.

I searched every FiveM folder for SetPedMovementClipset, and I see nothing.