AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   NO RETRY 1.16 ( or reconnect ) ( update 2005-10-17 ) (https://forums.alliedmods.net/showthread.php?t=16566)

Priski 08-15-2005 14:15

NO RETRY 1.16 ( or reconnect ) ( update 2005-10-17 )
 
2 Attachment(s)
NO RETRY 1.16

Plugin by Priski

Usage :
kicks and/or notifies users if they use retry, admins with ADMIN_IMMUNITY flag are not affected.

CVARS :
amx_retrytime - time in seconds to determine if retry was used ( default: 60 )
amx_retrykick - set to 1 if you want to kick retry users ( default: 0 )
amx_retryshow - set to 0 if you want to disable public announces about use of retry ( default: 0 )
amx_retrychat - show usage in playerchat ( default: 1 )
amx_retrymsg - message which is displayed after reconnect to user ( default: "No retry allowed here, %s" ) *
amx_retrykickmsg - reason when kicked ( default: "DO NOT USE RETRY COMMAND" )
amx_retrychatmsg - message in playerchat ( default: "%s was kicked: reconnect in %t seconds" ) *

* NOTE:

%s = players name
%t = same as in amx_retrytime


Changelog :

1.16 / 2005-10-17
- added new feature cvars:
amx_retrychat & amx_retrychatmsg
- better functionality
- hudmessages only to user who triggered

1.10 / 2005-08-17
- whole code rewritten
- bugs fixed

1.00 / 2005-08-15
- first release

Notes:
Here is another one but I needed no retry plugin which doesn't kick users, just public announce. So I made one.

homorapian 08-15-2005 18:34

umm just wondering but what does retry do? haha :lol:

Priski 08-15-2005 20:03

Quote:

Originally Posted by homorapian
umm just wondering but what does retry do?

Plugin detect players who want to leave from punishment (ATAC) or to increase money.

and "retry" comes from Counter Strike command retry

diamond-optic 08-15-2005 23:57

alot of ppl use it constantly to reset their poor scores as well lol

Bento 08-16-2005 18:35

Does it also reckonizes the: reconnect command?

lantz69 08-16-2005 18:41

@ Bento
This plugin does not check clients commands.
It checks if the client is reconnecting to fast.
So if amx_retrytime is 15 the client cant connect within that time.

The plugin will kick you or at least give you a warning.
That's how I think it works

Priski 08-16-2005 19:18

Quote:

Originally Posted by lantz69
@ Bento
This plugin does not check clients commands.
It checks if the client is reconnecting to fast.
So if amx_retrytime is 15 the client cant connect within that time.

The plugin will kick you or at least give you a warning.
That's how I think it works

correct, I think it works in other games than CS but I haven't been able to test this yet.

DoomMachine 08-16-2005 22:38

Is there a way to make it check for if they are trying to reset their score or get more money because often people reconnect to try and get rid of lag?

Priski 08-17-2005 00:47

Quote:

Originally Posted by DoomMachine
Is there a way to make it check for if they are trying to reset their score or get more money because often people reconnect to try and get rid of lag?

Reasons are hard to find out, I guess not.

Priski 10-17-2005 11:15

New updates after 2 months. Better functionality and bit different behaviour. Added 2 new cvars also and changed default values also.


All times are GMT -4. The time now is 14:28.

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