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

Lame Connection Punisher 1.2


Post New Thread Reply   
 
Thread Tools Display Modes
BeasT
Senior Member
Join Date: Apr 2007
Location: Lithuania
Old 01-12-2009 , 04:18   Re: Lame Connection Punisher
Reply With Quote #21

It's latest. I had similar problems with fakefull_original.amxx plugin. Something about "client_putinserver" too.
BeasT is offline
Send a message via Skype™ to BeasT
stylerro
Senior Member
Join Date: Mar 2007
Old 01-12-2009 , 09:03   Re: Lame Connection Punisher
Reply With Quote #22

Code:
[ro]
JOIN_MSG = Jucatorii cu conexiuni in prostie vor fi pedepsiti
conectat in prostie esti tu, traducatorule.
stylerro is offline
MeRcyLeZZ
Veteran Member
Join Date: Dec 2007
Old 01-14-2009 , 18:36   Re: Lame Connection Punisher
Reply With Quote #23

Quote:
Originally Posted by .Owyn.
so it's a high ping kicker also?
lcp_flux_limit gonna kick for ping?
It only kicks players with unstable pings (i.e. when they go up from 50 to 200, then back to 50 and so on). If you just need to kick players who skip around, this plugin is much more accurate in detecting them than a high ping kicker.


For those interested in the technical details:

Fluctuations in a client's ping means some updates take longer to arrive at the server than others. When these fluctuations are high enough, they can cause noticeable gaps between updates, resulting in similar effects to that of packet loss.

The Half-Life client by default interpolates (smooths out) player's positions between updates up to 100ms in the past (or as set by the ex_interp cvar). Only when it runs out of updates the player's movement may be affected in any way.

So it's not how long it takes for the updates to arrive, but rather how often they do.
__________________
MeRcyLeZZ is offline
WildSoft
Senior Member
Join Date: Feb 2005
Location: Sweden
Old 01-25-2009 , 10:50   Re: Lame Connection Punisher
Reply With Quote #24

Great work! Nice to see a ping kicker that actually kicks laggers and not just the highpingers =)

Translated it to swedish for you =)
Code:
[sv]
JOIN_MSG = Spelare med dalig uppkoppling kommer att straffas (max ping: %d, max loss: %d).
MSG_ALL_KICK = %s blev kickad f'o'r sin daliga uppkoppling.
MSG_ALL_BAN = %s blev bannad %d minuter f'o'r sin daliga uppkoppling.
MSG_ALL_PBAN = %s blev permanent bannad f'o'r sin daliga uppkoppling.
MSG_TARGET_LOSS = Din uppkoppling 'a'r f'o'r dalig och f'o'rlorar f'o'r manga paket (loss).
MSG_TARGET_FLUX = Din ping 'a'r f'o'r h'o'g och/eller ostabil.
This actually translate to:
Code:
[en]
JOIN_MSG = Players with bad connections will be punished (max ping: %d, max loss: %d).
MSG_ALL_KICK = %s got kicked for his/her bad connection.
MSG_ALL_BAN = %s got banned %d minutes because of his/her bad connection.
MSG_ALL_PBAN = %s got permanently banned because of his/her bad connection.
MSG_TARGET_LOSS = Your connection is to bad and are loosing to many packets (loss).
MSG_TARGET_FLUX = Your ping is to high and/or unstable.
It sounds better in swedish if I translate the text this way instead

Last edited by WildSoft; 01-29-2009 at 04:32.
WildSoft is offline
ilham92-cc-sakura
Senior Member
Join Date: Oct 2008
Location: /var/www/index.html
Old 01-26-2009 , 10:57   Re: Lame Connection Punisher
Reply With Quote #25

Good Job! Alternate High Ping kicker!

How about:...
1. Far player join [half of world player connected]....
(with NO P2P Background or Other download on background)

2. Cyber Cafe Player
(with many computer connected to server)

3. Small Home or Office Network
(Some player play game on friend house or else. Some player play game on office?)
__________________

Last edited by ilham92-cc-sakura; 01-26-2009 at 10:59.
ilham92-cc-sakura is offline
jediZEr0
Member
Join Date: Jan 2009
Location: In the Middle of Nowhere
Old 01-31-2009 , 03:53   Re: Lame Connection Punisher
Reply With Quote #26

mah tutty ce exprimare e asta:
conexiuni in prostie
jediZEr0 is offline
Costin83
Senior Member
Join Date: Jul 2008
Location: Romania
Old 02-03-2009 , 21:19   Re: Lame Connection Punisher
Reply With Quote #27

Quote:
Originally Posted by tuty View Post
What can i say........... You are the man
Nice .Here is a RO translation :-/

Code:
[ro]
JOIN_MSG = Jucatorii cu conexiuni in prostie vor fi pedepsiti (limita de ping %d, limita de pierdere: %d).
MSG_ALL_KICK = %s a primit kick din cauza conexiunilor in prostie.
MSG_ALL_BAN = %s a fost banat %d minute din cauza conexiunilor in prostie.
MSG_ALL_PBAN = %s a fost banat permanent din cauza de conexiuni in prostie.
MSG_TARGET_LOSS = Conexiunea ta pierde foarte multe pachete.
MSG_TARGET_FLUX = Lagul tau este prea instabil.
should go like this:

[ro]
JOIN_MSG = Jucatorii cu o conexiune necorespunzatoare vor primi kick/ban (ping-ul maxim admis: %d, limita admisa de pierderi: %d).
MSG_ALL_KICK = %s a primit kick din cauza conexiunii necorespunzatoare.
MSG_ALL_BAN = %s a fost banat %d minute din cauza conexiunii necorespunzatoare.
MSG_ALL_PBAN = %s a fost banat permanent din cauza conexiunii necorespunzatoare.
MSG_TARGET_LOSS = Conexiunea ta cu server-ul pierde prea multe pachete.
MSG_TARGET_FLUX = Pingul tau variaza peste limitele admise.

Quote:
Originally Posted by jediZEr0 View Post
mah tutty ce exprimare e asta:
conexiuni in prostie
Google translate maybe ?

NOTE: DO NOT USE WHAT U SEE BELOW LOL ! (this is Google translate version !)

[ro]
JOIN_MSG = Actori cu lame de conexiuni va fi pedepsit (ping flux limită:% d, pierderea limită:% d).
MSG_ALL_KICK =% sa fost lovit pentru lame de conectare.
MSG_ALL_BAN =% s a fost interzis% d de minute pentru a lame de conectare.
MSG_ALL_PBAN =% s a fost permanent interzis lui lame pentru conexiune.
MSG_TARGET_LOSS = Conexiunea dvs. este de a pierde prea multe pachete.
MSG_TARGET_FLUX = dvs. ping este prea instabil.

O.M.F.G. ! ! ! it's terrible ! ! ! R.O.F.L.

BTW: I think that lcp_immunity <"flag"> - Immunity flags should be more fitted to be defaulted as "b"

Last edited by Costin83; 02-03-2009 at 21:34.
Costin83 is offline
Send a message via Yahoo to Costin83
stylerro
Senior Member
Join Date: Mar 2007
Old 02-04-2009 , 03:56   Re: Lame Connection Punisher
Reply With Quote #28

gj Costin83 !
stylerro is offline
necox
Member
Join Date: Feb 2008
Old 02-04-2009 , 15:29   Re: Lame Connection Punisher
Reply With Quote #29

Code:
[tr]
JOIN_MSG = Kotu baglantili oyuncular cezalandirilacak.! (ping siniri: %d, loss siniri: %d).
MSG_ALL_KICK = %s kotu baglantisi yuzunden kicklendi.
MSG_ALL_BAN = %s kotu baglantisi yuzunden %d dakika banlandi.
MSG_ALL_PBAN = %s Surekli kotu baglantisi yuzunden banlandi.
MSG_TARGET_LOSS = Senin baglantin cok fazla loss iceriyor.
MSG_TARGET_FLUX = Ping seviyen cok kararsiz hareket ediyor.
__________________
necox is offline
Costin83
Senior Member
Join Date: Jul 2008
Location: Romania
Old 02-05-2009 , 16:45   Re: Lame Connection Punisher
Reply With Quote #30

Quote:
Originally Posted by ilham92-cc-sakura View Post
Good Job! Alternate High Ping kicker!

How about:...
1. Far player join [half of world player connected]....
(with NO P2P Background or Other download on background)

2. Cyber Cafe Player
(with many computer connected to server)

3. Small Home or Office Network
(Some player play game on friend house or else. Some player play game on office?)
What about it ?

Warning 209: Function "How about" should return a value
Failed to understand
)))))))

Last edited by Costin83; 02-05-2009 at 16:50.
Costin83 is offline
Send a message via Yahoo to Costin83
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 04:00.


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