Been working on a gmod gamemode, and for some reason, you jump much faster then you walk, it like lunges you forward, I don’t know how to fix this. In sandbox and my gamemode it does this, but in stuff like ttt it does not, I looked at the ttt code and couldn’t figure it out. Could it have something to do with the way the server is configured?
Here are some of the player settings that have to do with jumping/running.
pl:SetWalkSpeed(220)
pl:SetRunSpeed(220)
pl:SetMaxSpeed(220)
pl:SetJumpPower(160)
pl:SprintDisable()
Is there something you can add to here to fix it?