Posts: 2,308
Threads: 337
Joined: Nov 2011
Reputation:
0
i want to make a system allows players registered, they can set the walking style.
how to set player walking style? it is use what Scripting Functions?
Posts: 2,081
Threads: 75
Joined: Feb 2012
Reputation:
0
UsePlayerPedAnims in OnGameModeInit
Posts: 2,308
Threads: 337
Joined: Nov 2011
Reputation:
0
He just for CJ run i mean the other styles
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
You can't. Each skin has it's own run style, same as it has in single player. This can be disabled like .funeral said, but you can't set the walking style.
You may be able to play around with different running/walking animations, but i don't think it will look/feel very good.
Posts: 119
Threads: 10
Joined: Oct 2010
Reputation:
0
You can customize walk styles by applying a walking animation when the player is holding down move forward key and walk key under OnPlayerKeyStateChange callback.