Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to change player walk style #397

Open
spreadhaz opened this issue Mar 15, 2022 · 4 comments
Open

Is there a way to change player walk style #397

spreadhaz opened this issue Mar 15, 2022 · 4 comments
Labels

Comments

@spreadhaz
Copy link

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

@ikkentim
Copy link
Owner

In your gamemode you can call UsePlayerPedAnimations().

@spreadhaz
Copy link
Author

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.

@CiprianN23
Copy link
Contributor

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

@spreadhaz
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants