Posts: 568
Threads: 92
Joined: Sep 2009
Reputation:
0
Does anyone know how i can make a player walk in slow motion.
Posts: 531
Threads: 99
Joined: Sep 2010
Reputation:
0
yes i think with velocity and one of the key functions
Posts: 568
Threads: 92
Joined: Sep 2009
Reputation:
0
Ok whats the velocity number? how can i find?
Posts: 568
Threads: 92
Joined: Sep 2009
Reputation:
0
Also i meant runn in slow motion.
Posts: 568
Threads: 92
Joined: Sep 2009
Reputation:
0
I know that but i wanna know how to set velocity for player so he can go slow motion.
Posts: 52
Threads: 3
Joined: Oct 2006
Reputation:
0
There are some possibilities:
Use a walking animation. (easy)
Use a timer wich calls SetPlayerVelocity (not easy, cause you have to do some angle calculations maybe)
Use a timer to slow the player down with GetPlayerVelocity and SetPlayerVelocity (should be easy)