[help] setting player heading/position when doing a animation

is there a way to move the player heading and position when they press E to lock pick a safe or deposit box ect… just to make the animations look better!

Cheers for any help!

1 Like

solved just used

SetEntityHeading(playerPed, 341.42)
SetEntityCoords(playerPed, X, Y, Z, 1, 0, 0, 1)
1 Like