View Single Post
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 06-27-2018 , 15:44   Re: [L4D2] Constant survivor speed
Reply With Quote #3

Quote:
Originally Posted by blacklagoon View Post
That should set you on the right path
Code:
laggedMovementOffset = FindSendPropInfo(PLAYER_CLASSNAME, MOVE_SPEED_ENTPROP);
SetEntDataFloat(client, lagMoveOffset, FULL_SPEED, true);
Why does everyone use FindSendPropInfo when they're not modifying the offset. This can simply be done with: SetEntPropFloat(client, Prop_Send, "m_flLaggedMovementValue", "1.0");
__________________
Silvers is offline