CS:GO Max Speed

Post Reply
bhop_alex
New to forums
New to forums
Posts: 7
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri May 16, 2014 2:22 pm

CS:GO Max Speed

Post by bhop_alex »

I am creating a csgo bhop server, but it seems like there is a velocity limit of around 300-350 on. In css, you can have sv_enablebunnyhopping 1, and it would let you go much faster, but it seems there is no command like that in csgo. How could I allow players to bhop faster than the default cap? Thanks.
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: CS:GO Max Speed

Post by soja »

sv_enablebunnyhopping is still there, but it is hidden. Enable it with sm_cvar instead of the normal method.

We use sv_maxvelocity "9999" on our surf timer server, give this a shot.
Not a NFO employee
bhop_alex
New to forums
New to forums
Posts: 7
Joined: Fri May 16, 2014 2:22 pm

Re: CS:GO Max Speed

Post by bhop_alex »

soja wrote:sv_enablebunnyhopping is still there, but it is hidden. Enable it with sm_cvar instead of the normal method.

We use sv_maxvelocity "9999" on our surf timer server, give this a shot.
I had sv_maxvelocity 9999 already, are the quotation marks necessary for cvars? And what do you mean by "enable it with sm_cvar"?
bhop_alex
New to forums
New to forums
Posts: 7
Joined: Fri May 16, 2014 2:22 pm

Re: CS:GO Max Speed

Post by bhop_alex »

bhop_alex wrote:
soja wrote:sv_enablebunnyhopping is still there, but it is hidden. Enable it with sm_cvar instead of the normal method.

We use sv_maxvelocity "9999" on our surf timer server, give this a shot.
I had sv_maxvelocity 9999 already, are the quotation marks necessary for cvars? And what do you mean by "enable it with sm_cvar"?
I figured out the sm_cvar, and it works great now, thanks!
Post Reply