> My thanks to botman for his help with the upward velocity stuff (Still > trying to get it to work, but practice makes perfect), I'm also having > trouble with this. sv_maxspeed defaults to 320 every time Half-life > loads, and I want to change what it defaults to. Problem is I can't find > a reference to it anywhere in the code. Anyone know if it's even there? > And if so, where?
valve\server.cfg sets it to 270 on my machine. Perhaps you have a different value in the server.cfg for your MOD. Of course, the clients can't go faster than sv_maxspeed setting that the server uses even if you try to make it higher using pfnSetClientMaxspeed(). You'll need to make the sv_maxspeed value higher (using the console or changing the default in server.cfg and restarting the server) before you can set a player's speed to something greater than this. Jeffrey "botman" Broome _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

