Player:SprintEnable
Player:SprintEnable()
Description
Enables the sprint on the player.
Not working - use Player:SetRunSpeed or CMoveData:SetMaxSpeed in a GM:Move hook, instead.
Issue Tracker: 2390
Issue Tracker: 2390
Example
Allows the player with ID 1 to use the sprint (⇧ shift by default) feature.
Entity( 1 ):SprintEnable()