Frictional Games Forum (read-only)

Full Version: Disabling running in custom story?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way to do this?
(04-19-2012, 11:24 PM)FARq Wrote: [ -> ]Is there any way to do this?
void SetPlayerRunSpeedMul(float afMul);

Changes the player's run speed. Default is 1.

SetPlayerRunSpeedMul(0.5f);