Frictional Games Forum (read-only)

Full Version: How to manage player's speed (in script)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Title says it all...
thx for all help Big Grin
Code:
void SetPlayerMoveSpeedMul(float afMul);
void SetPlayerRunSpeedMul(float afMul);
void SetPlayerLookSpeedMul(float afMul);

source: http://wiki.frictionalgames.com/hpl2/amn...ons#player
Hope this helps.