Xonotic Forums

Full Version: cl_forwardspeed not working ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to make a server where people walk slower, So I put this in my server.cfg:

Code:
cl_forwardspeed 200
cl_sidespeed 200

But it is not working. Any ideas ? Even setting it to 0 doesn't work
cl_ means client, so these will have no effect on the server side. What you want is sv_maxspeed.