Xonotic Forums
cl_forwardspeed not working ? - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16)
+--- Thread: cl_forwardspeed not working ? (/showthread.php?tid=6698)



cl_forwardspeed not working ? - kindlyfire - 10-15-2016

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


RE: cl_forwardspeed not working ? - Mario - 10-15-2016

cl_ means client, so these will have no effect on the server side. What you want is sv_maxspeed.