View Single Post
apocalyptic
Senior Member
Join Date: Feb 2013
Location: China
Old 02-20-2013 , 22:35   Re: [CS:GO] Altering weapon run speed values
Reply With Quote #4

Sorry, I forgot somthing. :-(
You need to add this below:
PHP Code:
public SetClientSpeed(client,speed)
{
      
SetEntPropFloat(clientProp_Send"m_flLaggedMovementValue"speed)

And don't forget to do this before:
PHP Code:
#include <entity> 
apocalyptic is offline