SampSharp icon indicating copy to clipboard operation
SampSharp copied to clipboard

Is there a way to change player walk style

Open spreadhaz opened this issue 2 years ago • 4 comments

is there a way to set player different walk styles on SampSharp?

spreadhaz avatar Mar 15 '22 01:03 spreadhaz

In your gamemode you can call UsePlayerPedAnimations().

ikkentim avatar Mar 15 '22 08:03 ikkentim

In your gamemode you can call UsePlayerPedAnimations().

Yea, that changes default ped animations to CJ's animations for all players, but what if I want set different walk style to each player? I know it was possible on pawno, but I don't find the way to do the same in SampSharp.

spreadhaz avatar Mar 15 '22 23:03 spreadhaz

Well they way you do it in pawn you can replicate in S# too, you have access to the same functionality.

As far i could find only thing i came across is this https://github.com/Mergevos/samp-walking-styles/blob/master/walking_styles.inc include which seems to only be a timer with ApplyAnimation

CiprianN23 avatar Mar 16 '22 14:03 CiprianN23

Well they way you do it in pawn you can replicate in S# too, you have access to the same functionality.

As far i could find only thing i came across is this https://github.com/Mergevos/samp-walking-styles/blob/master/walking_styles.inc include which seems to only be a timer with ApplyAnimation

really?, i gotta try, on c# things are easy af

spreadhaz avatar Mar 17 '22 02:03 spreadhaz