First-person style movements
-
I really hate all this 'turn animations' and control of ped in Gta V but when you are playing in First-Person View it changes movement style and character controls much better. Is there are any native function to force use this movement style but for 3rd person view?
-
Well you could set the player rotation to camera rotation on tick, there is a native to switch to first person animations in third but it doesn't look always good
-
@HeySlickThatsMe Could you tell me this native name?
-
@ReloadedBoss Function.Call(Hash.SET_WEAPON_ANIMATION_OVERRIDE, Game.Player.Character, Function.Call<int>(Hash.GET_HASH_KEY, "FirstPersonAiming"));
-
@HeySlickThatsMe said in First-person style movements:
FirstPersonAiming
Works but this is only for weapon aiming. I really want to make ped MOVE with animations from first-person view. Is that possible?
-
@ReloadedBoss Take a pistol, he should run like this, walk nor idle don't seem to work, sprint and run does (both 1h and 2h weapons)
-
@HeySlickThatsMe I affects only how ped is taking the weapon, not movements (left, right, and others). But thx btw. Seems there is no way to use animations of first person view for movements :c