Is there any chance of changing these? I likely want to change my third person movement style with 1st person.
I want to use this holding pistol style while in third person movement. Any natives to force client to do this? I have seen this in random server but somehow it works
You can try this: “SetWeaponAnimationOverride”
For example for aiming “SetWeaponAnimationOverride(player, ‘FirstPersonAiming’)”
you rocks! thanks it works as intended.
However, the animations seems doesn’t sync between players. Other player sees me using standard third person animation. Any idea?