SampSharp
SampSharp copied to clipboard
Is there a way to change player walk style
is there a way to set player different walk styles on SampSharp?
In your gamemode you can call UsePlayerPedAnimations()
.
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.
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
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