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

Yet another High Ping Kicker


Post New Thread Reply   
 
Thread Tools Display Modes
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 07-30-2005 , 15:32  
Reply With Quote #11

Update
Quote:
1.1.2
- Fixed: Typo in log_amx()
- Added: #define To disable cl_updaterate on the client.
- Added: Automaticly changeing client settings without chaning the cvar ( Just changeing the setinfo field instead )
- Added: Also checks the clients Rate setting ( cvar: amx_minrate )
- Added: amx_minupdaterate The lowest accetable client updaterate
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
Turtle_Stew
Member
Join Date: Aug 2005
Location: Huber Heights, OH
Old 09-13-2005 , 18:52  
Reply With Quote #12

Can this be made, so it doesn't work on admins? (Make sure it's not the J tag that makes them immune, everyone has that)
__________________
Turtle_Stew is offline
Send a message via AIM to Turtle_Stew Send a message via MSN to Turtle_Stew Send a message via Yahoo to Turtle_Stew
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 09-13-2005 , 18:55  
Reply With Quote #13

admins are not immune no
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
Turtle_Stew
Member
Join Date: Aug 2005
Location: Huber Heights, OH
Old 09-14-2005 , 17:14  
Reply With Quote #14

know, but could you make it so it is? I mean, we have members in France. Could you make a .ini or something, where you add the STEAM ID, and that STEAM ID is ummiune the pink kicker? Please, if you can this would be greatly appreciated.
__________________
Turtle_Stew is offline
Send a message via AIM to Turtle_Stew Send a message via MSN to Turtle_Stew Send a message via Yahoo to Turtle_Stew
AllMassive
Senior Member
Join Date: Sep 2004
Location: /dev/urandom
Old 01-22-2006 , 13:05  
Reply With Quote #15

I'm using your plugin for some days now.

I had the impression, that ppl get kicked *VERY* fast.

If someone is above the limit for about 2-3 seconds, he gets kicked immediately.

I didnt change any #define's - should i increase the those 2 values:
#define TaskTime 15.0
#define HowManyChecks 10

???
AllMassive is offline
DA
Veteran Member
Join Date: Nov 2005
Location: Germany/Münster
Old 08-19-2006 , 10:41   Re: Yet another High Ping Kicker
Reply With Quote #16

This plugin crash my stats and my sounds like headshot from the miscstats.amxx plugin. Any idea?
Some german people say the same too.
__________________
DA is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 08-19-2006 , 13:28   Re: Yet another High Ping Kicker
Reply With Quote #17

Quote:
Originally Posted by DA View Post
This plugin crash my stats and my sounds like headshot from the miscstats.amxx plugin. Any idea?
Some german people say the same too.
Thats unlikely, and if its the case then report the bug in amxmodx in the amxmodx forums
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
DA
Veteran Member
Join Date: Nov 2005
Location: Germany/Münster
Old 08-19-2006 , 15:00   Re: Yet another High Ping Kicker
Reply With Quote #18

I'm so tired. It is my fault. HPK doesn't make this bug. Sorry...
__________________
DA is offline
L0neW0lf
Member
Join Date: Mar 2006
Location: Denmark
Old 09-03-2006 , 17:58   Re: Yet another High Ping Kicker
Reply With Quote #19

Quote:
Originally Posted by Turtle_Stew View Post
Can this be made, so it doesn't work on admins? (Make sure it's not the J tag that makes them immune, everyone has that)
If you add this to each check it should ignore admins:

if (id && !((get_user_flags(id) & ADMIN_LEVEL_A))) {
//Original check code
}

Example:
Code:
public Task_ActivatePingCheck(id) { if (id && !((get_user_flags(id) & ADMIN_LEVEL_A)))  g_PingOffence[id] = 0  g_CheckPlayer[id] = 1 #if CheckUpdateRate != 0  client_print(id,print_chat,"[HPK] The max ping is %d, and lowest acceptable cl_updaterate is %d",g_MaxPing,g_MinUpdateRate) #else  client_print(id,print_chat,"[HPK] The max ping is %d",g_MaxPing) #endif } }
__________________
Enjoy getting older - The only alternative is death!
L0neW0lf is offline
Send a message via ICQ to L0neW0lf Send a message via MSN to L0neW0lf Send a message via Skype™ to L0neW0lf
jd91651
Member
Join Date: Mar 2006
Old 09-13-2006 , 04:30   Re: Yet another High Ping Kicker
Reply With Quote #20

Hi,
Been using this plugin for a long time now on my CZ server (amxmodx 1.75) but just today went into my server from someone elses computer and discovered several issues.
1. this line has the word INCASE in it and should have the word INCREASE.
Code:
 len = format(szMenuBody,255,"\yToo low cl_updaterate/rate:^n Incase the cl_updaterate/rate or leave the server")
Also it would probably be better worded if it said "The cl_updaterate/rate is too low" (but that's not that big a deal...)

2. because I was using someone elses setup I got a warning about my
cl_updaterate/rate being wrong and a menu offer to fix it.
So I selected 1 from the menu (for the plugin to change it for me)
The rate value was NOT changed but remained at 3500 (server value was 4000) BUT HPK never checked again and I was allowed to play. I did an experiment and discovered that the same thing happens with the cl_updaterate when you use the menu.

[EDIT] Apparantly if the map changes, hpk will warn you again and offer the menu again but still doesn't change the rate/cl_updaterate. I think I should also add that I'm an admin in case that has something to do with it. Lastly I noticed something in your plugin comments about setinfo data. So I checked those too with the command setinfo in the console and they are not being changed either (along with the cvar values not being changed)

3. The menu offered in game only suggests that the cl_updaterate will be changed to match the server not the rate (IE "increase cl_updaterate to {value}"). That was confusing since I knew the cl_updaterate was at 100. In point of fact it was the rate that was too low (3500 but server wanted 4000 min)
__________________
Keep the karma Give me carmel

Last edited by jd91651; 09-13-2006 at 05:23.
jd91651 is offline
Reply


Thread Tools
Display Modes

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 10:04.


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