-- [ Picked text/plain from multipart/alternative ] Beetles admin mod has some functionality for this
//Bm_AdjustRates <0/1/2> 1 Automatically Adjust Players Rates, 2 Give Player Choice To Adjust Rates 0 disable //bm_CmdRateMatch 1/0 set cl_cmdrate to match cl_updaterate if bm_adjustrates is on //if bm_adjustrates 1 then server will check rates and set them on each client if any is outside the mins and maxs set via //sv_minrate,sv_maxrate,sv_minupdaterate, sv_maxupdaterate //if someones rate is lower than sv_minrate it will set it at minrate, if higher than sv_maxrate it will set it at sv_maxrate //if cl_updaterate is lower than sv_minupdaterate then its set to sv_minupdaterate , same for higher //and if vm_cmdratematch is 1 then cl_cmdrate is set equal to cl_updaterate //Bm_SetDefaultRates <cmdupdaterate> <cmdrate> <rate> Bm_SetDefaultRates "20" "20" "9999" if bm_adjustrates = 3 Bm_AdjustRates 0 bm_CmdRateMatch 1 The only thing I don't like about it is forcing the cmdrate to match the updaterate since it is different by defualt. But at least it is something. This is of course assuming you are running a source game such as cs:s or dod:s. http://www.beetlesmod.com/forums/ On 5/23/06, BoNfiRe <[EMAIL PROTECTED]> wrote: > > Not 100% but I think SourceMM (http://www.sourcemm.net/) has a mod to > allow > this. > > Take a look at the forums here.. ( > http://www.sourcemod.net/forums/index.php) > > Hope that helps.. > BoN > > ----- Original Message ----- > From: "David Williams" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Tuesday, May 23, 2006 5:25 PM > Subject: [hlds] forcing client rates without using matties > > > > hey guys i was just wondering if any of you knew of a plugin i could use > > to force client rates to something sensible. The reason i want this is > > recently i have seen a rise in players using ridiculously low rates on > > my server. I can't use matties event scripts on it because it crashes it > > :( and all the plugins i have found require that. Anyone know of a way > > or plugin that does it without the need for matties? > > > > cheers guys > > > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the list archives, > > please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlds > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds > -- _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

