Raised This Month: $ Target: $400
 0% 

RateChecker


Post New Thread Reply   
 
Thread Tools Display Modes
Gweedo
Member
Join Date: Aug 2007
Old 06-04-2008 , 13:47   Re: RateChecker
Reply With Quote #71

Jokerz99: Try this. I altered BehaartesEtwas copy to add ping to the sm_ratelist.
Attached Files
File Type: sp Get Plugin or Get Source (ratechecker.sp - 729 views - 7.4 KB)

Last edited by Gweedo; 06-04-2008 at 22:02. Reason: Changed uploaded file
Gweedo is offline
oliverk23
Junior Member
Join Date: Jan 2008
Old 06-04-2008 , 14:14   Re: RateChecker
Reply With Quote #72

i get a lot of warnings by compiling your version
oliverk23 is offline
Send a message via ICQ to oliverk23
Gweedo
Member
Join Date: Aug 2007
Old 06-04-2008 , 22:04   Re: RateChecker
Reply With Quote #73

Ok, I updated the one I posted above. I forgot to change the variable used which caused it to not compile and I fixed the indentation errors and the deprecated function.
Gweedo is offline
ruddernz
New Member
Join Date: Aug 2008
Location: hams,nz
Old 08-02-2008 , 23:39   Re: RateChecker
Reply With Quote #74

cool plugin, im a sourcemod nub, is there a way to get this into a menu rather than typing sm_rate everytime?

thx

ruds
ruddernz is offline
GyroTarzan
Member
Join Date: Feb 2007
Location: Sweden
Old 08-03-2008 , 04:01   Re: RateChecker
Reply With Quote #75

"Commands"
{
"ServerCommands"
{
"Show Rates"
{
"cmd" "sm_rate #1"
"admin" "sm_ban"
"1"
{
"type" "player"
}
}
}




Copy this in to your adminmenu_custom.txt in youre config folder
__________________
Best regards
GyroTarzan

Last edited by GyroTarzan; 08-03-2008 at 04:04.
GyroTarzan is offline
Send a message via ICQ to GyroTarzan Send a message via MSN to GyroTarzan
BehaartesEtwas
Senior Member
Join Date: Dec 2007
Old 08-03-2008 , 12:46   Re: RateChecker
Reply With Quote #76

or just type !rate in the chat (rather than sm_rate into the console). you can also bind a key if you want (put something like bind r "sm_rate" into your client config)
BehaartesEtwas is offline
ruddernz
New Member
Join Date: Aug 2008
Location: hams,nz
Old 08-04-2008 , 00:38   Re: RateChecker
Reply With Quote #77

ahh cool thx for that will try tonight

thx

ruds
ruddernz is offline
charly
New Member
Join Date: Dec 2008
Old 12-13-2008 , 08:14   Re: RateChecker
Reply With Quote #78

Hello
Some command exists to force the rates on having entered server
thank you
charly is offline
BehaartesEtwas
Senior Member
Join Date: Dec 2007
Old 12-13-2008 , 10:21   Re: RateChecker
Reply With Quote #79

sv_mincmdrate and sv_minupdaterate can be used to set the lower bounds, while sv_maxcmdrate and sv_maxupdaterate are for the upper bounds. But you have to take several thinks into account:
  1. Forcing too high rates might produce loss and/or choke, which is much worse than "low" rates like 30/30. The rate settings have to match the client's connection, so you should not decide on server side which rates the player have to use.
  2. The client CVARs keep their values even if they are out-of-range. But of course the effective values are changed according to the server settings. Keep this in mind before kicking players off your server because this tool (or zblock/mani/...) reports values which are not allowed.
  3. The actual rates depend not only on settings. Especially the update rate cannot exceed the client's fps. So if you force a cmdrate 100 only a fraction of your players will really have a cmdrate of 100. Only very recent PCs are capable of keeping their fps > 100 in a real battle. Also hacker which use some hack to lower their real cmdrate will not be affected by these settings.
If you want to see the real rates, I have posted some time ago a version which can do that: #41
BehaartesEtwas is offline
blik
Senior Member
Join Date: May 2006
Old 12-13-2008 , 11:32   Re: RateChecker
Reply With Quote #80

Quote:
Originally Posted by BehaartesEtwas View Post
[/LIST]If you want to see the real rates, I have posted some time ago a version which can do that: #41
Thanks.
blik is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:17.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode