Raised This Month: $51 Target: $400
 12% 

RateChecker


Post New Thread Reply   
 
Thread Tools Display Modes
Faust_mateo
Senior Member
Join Date: Nov 2007
Old 03-07-2009 , 22:45   Re: RateChecker
Reply With Quote #91

is there anyway to integrate this into the admin menu ?
Faust_mateo is offline
BehaartesEtwas
Senior Member
Join Date: Dec 2007
Old 03-08-2009 , 05:21   Re: RateChecker
Reply With Quote #92

you can integrate any command into the admin menu... http://wiki.alliedmods.net/Dynamic_A...enu_(SourceMod)
BehaartesEtwas is offline
Faust_mateo
Senior Member
Join Date: Nov 2007
Old 03-08-2009 , 13:37   Re: RateChecker
Reply With Quote #93

Quote:
Originally Posted by BehaartesEtwas View Post
you can integrate any command into the admin menu... http://wiki.alliedmods.net/Dynamic_Admin_Menu_(SourceMod)
Is there another link?



Quote:
Dynamic Admin Menu (SourceMod

From AMWiki

Jump to: navigation, search
There is currently no text in this page, you can search for this page title in other pages or edit this page.
Faust_mateo is offline
blik
Senior Member
Join Date: May 2006
Old 03-08-2009 , 14:05   Re: RateChecker
Reply With Quote #94

The url missed the closing parenthesis...

http://wiki.alliedmods.net/Dynamic_A...nu_(SourceMod)
blik is offline
Lebson506th
Veteran Member
Join Date: Jul 2008
Old 03-08-2009 , 14:07   Re: RateChecker
Reply With Quote #95

I changed it to redirect so even if you miss the ) it will still go now. =)
__________________
My Plugins
Spray Tracer by Nican, maintained by me
Simple TK Manager
DoD:S Admin Weapons

Links
Resistance and Liberation (A HL2 Multiplayer Modification)
Lebson506th is offline
Dog_Pound
Member
Join Date: Jul 2008
Location: Canada
Old 03-18-2009 , 21:59   Re: RateChecker
Reply With Quote #96

Here's a question for you, what do you make of this showing up in the rates:
PlayerName speed 30 20 30 0.1

I did the check 5 times, once was a general check and asked someone to change a million rate and for that one this guy showed 20000 20 30 0.1

The second I did to confirm the first guy's correction and then I noticed that speed entry. Did three more at different points, for two during the game he had the same. His last one at end of game was 1000 20 30 0.01

Not sure what to make of this.
Dog_Pound is offline
lhffan
Senior Member
Join Date: Jul 2008
Old 03-19-2009 , 12:55   Re: RateChecker
Reply With Quote #97

Quote:
Originally Posted by Faust_mateo View Post
is there anyway to integrate this into the admin menu ?
Yes and it is more easy than it looks

Open:
/orangebox/dod/addons/sourcemod/configs/

Edit:
adminmenu_custom.txt

Change from this:


Code:
"Commands"
{

}

Change to this:


Code:
"Commands"
{
"ServerCommands"
{
"Show Rates"
{
"cmd" "sm_rate #1"
"admin" "sm_ban"
"1"
{
"type" "player"
}
}
}
lhffan is offline
lhffan
Senior Member
Join Date: Jul 2008
Old 04-17-2009 , 06:49   Re: RateChecker
Reply With Quote #98

Quote:
Originally Posted by BehaartesEtwas View Post
The plugin does not show you the actual rates. It only shows you the values of the client's CVARs. The actual rates will be changed according to the server settings. Again, in #41 I have posted a version that can show the actual rates.

hello guru

is it possible to add fps_max value to your version so i can 'spy' on my users fps_max value.. some of them sets there value to low
lhffan is offline
BehaartesEtwas
Senior Member
Join Date: Dec 2007
Old 04-17-2009 , 07:20   Re: RateChecker
Reply With Quote #99

if they are set too low, the cmdrate will be low as well. in fact, the only possible exploit with low fps_max uses the fact that the cmdrate is limited by the fps and thus can be lowered below sv_mincmdrate. meaning, it's enough if you look at the real cmdrate in my modified version.

beware, low fps can well be produced by old hardware. only values constantly below ~30 would be a hint for some possible hacking (still not a proof). btw: fps_max cannot be lowered below 30, you need a real cheat for this.
BehaartesEtwas is offline
lhffan
Senior Member
Join Date: Jul 2008
Old 04-17-2009 , 10:51   Re: RateChecker
Reply With Quote #100

I know. Im aware of it. But still i think several users on my server uses fpx_max 30... and if i can se that they uses it i would know that they cheats. There are imo no meaning to set fps_max to 30 or similar. IF u do not want to lower your cmdrate. So if i sees a low cmdrate (real) and a locked low fps_max i would know for sure who i would like to ban.

Could u add it?

And also thanx for the nice kernel wiki ;) We have talked over srcds also.. im one of those linux noobs
lhffan 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 15:14.


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