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

Yet another High Ping Kicker


Post New Thread Reply   
 
Thread Tools Display Modes
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 01-13-2007 , 12:49   Re: Yet another High Ping Kicker
Reply With Quote #31

Quote:
Originally Posted by SimpleSimon View Post
sorry, but what exactly do i change in the .sma to get this plugin to alter the actual cvar rather that setinfo?
notepad
then compile it

Quote:
Originally Posted by loren28 View Post
hi EKS can u please incorporate some functions from this code in to your plugin please?
code:
#include <amxmodx>

public plugin_init() {

register_plugin("Fix Client", "0.3", "Knekter")
register_cvar("sv_fix", "1")
register_cvar("sv_rate", "25000")
register_cvar("sv_fps_max", "151")
register_cvar("sv_cl_cmdrate", "101")
register_cvar("sv_cl_updaterate", "101")
}

public client_putinserver(id) {

if(get_cvar_num("sv_fix")) {

new rate, fps, cmdrate, updaterate

rate = get_cvar_num("sv_rate")
fps = get_cvar_num("sv_fps_max")
cmdrate = get_cvar_num("sv_cl_cmdrate")
updaterate = get_cvar_num("sv_cl_updaterate")

console_cmd(id, "rate %i", rate)
console_cmd(id, "fps_max %i", fps)
console_cmd(id, "cl_cmdrate %i", cmdrate)
console_cmd(id, "cl_updaterate %i", updaterate)
}
}





and i want that yor menu to be exactly thesame like in your plugin and to change automatcly all rates and all function that u put in plugin when players press 1 .please
no
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
loren28
Senior Member
Join Date: Nov 2006
Old 01-13-2007 , 13:41   Re: Yet another High Ping Kicker
Reply With Quote #32

just place in your plugin wat u now for your plugin to be improved.ofcourse if its going to work much better .if your plugin dont need to be improved dont include.
loren28 is offline
mercury
Member
Join Date: Jun 2004
Old 02-24-2007 , 04:21   Re: Yet another High Ping Kicker
Reply With Quote #33

very good one, with advanced settings and smart innovations.
but unfortunately takes up more cpu on my amd server, therefore switched back to DynAstY's.
__________________
mercury is offline
moltenice
New Member
Join Date: Nov 2006
Old 05-05-2007 , 07:00   Re: Yet another High Ping Kicker
Reply With Quote #34

amx_maxping 125
amx_minrate 10000
amx_minupdaterate 40
amx_maxping_add 50


Hi!! Whats the difference between amx_maxping and amx_maxping_add?

Thanks!
moltenice is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 05-05-2007 , 09:29   Re: Yet another High Ping Kicker
Reply With Quote #35

increases the max ping at night
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
Tiny
Senior Member
Join Date: Jun 2004
Location: France
Old 06-06-2007 , 15:55   Re: Yet another High Ping Kicker
Reply With Quote #36

Can you include the cl_cmdrate in the plugin please ? Cause the cl_cmdrate also influence the ping of the players.

Thank you
__________________
KiKoo et Bisous
Tiny is offline
Lisa
Senior Member
Join Date: Jan 2007
Old 07-29-2007 , 08:12   Re: Yet another High Ping Kicker
Reply With Quote #37

Well I added this to my amxx.cfg like it says to in the first post:

amx_maxping 140
amx_minrate 10000
amx_minupdaterate 20
amx_maxping_add 60


I wanted to change the values for my server. The changes do not work, it still tried to enforce a 40 minupdaterate, and I want it to be 20.

What am I doing wrong.
Lisa is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 07-29-2007 , 11:55   Re: Yet another High Ping Kicker
Reply With Quote #38

do a mapchange after you changed the cvars.

Another things there is a minimum cl_updaterate settings, that you cannot go bellow, i belive tahts around 20? Somone would need to confirm that.
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
Lisa
Senior Member
Join Date: Jan 2007
Old 07-29-2007 , 14:29   Re: Yet another High Ping Kicker
Reply With Quote #39

The lowest I believe is 10. 20 is default updaterate of 1.6. I want to make it so nobody can lower their update rate below 20 because it makes them choppy. Rate hacking basically so you can't shoot them as easily.
Lisa is offline
redvsblue
Member
Join Date: May 2007
Old 09-15-2007 , 18:14   Re: Yet another High Ping Kicker
Reply With Quote #40

Hi there great plugin!

Question:
I've seen this thing in some servers where you have a message on the chat display says:

[NAMEOFTHESERVER] if you have more than 150 you are going to get kick.

and

Flag admins

[NAMEOFTHESERVER] You wont get kick cause you are an admin.


How do they add that message to your plugin or it's just another plugin?
redvsblue 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 20:27.


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