Search
Username:
Password:
Register or Reset Password
Remove the ads!
Anti-Reconnect Kicker
Added by...
Woomaps
Author(s): venjax
Category: CS:S > Server Administration
Notes/Usage Instructions:

None found
Script Code:
Kicks someone for reconnecting to quickly

block load
{
es_xsetinfo recon_exists 0
es_exists recon_exists keygroup reconnecters
if (server_var(recon_exists) equalto 1) then es_xkeygroupdelete reconnecters
es_xkeygroupcreate reconnecters
}

event es_map_start
}
es_xkeygroupdelete reconnecters
es_xkeygroupcreate reconnecters
}

event player_activate
{
if (event_var(es_steamid) notequalto "BOT") do
{
es_exists recon_exists key reconnecters event_var(es_steamid)
if (server_var(recon_exists) equalto 1) then kickid event_var(userid) Can not reconnect for 1 minute.
es_msg server_var(es_username) has been kicked for reconnecting to quickly!
}
}

event player_disconnect
{
if (event_var(es_steamid) notequalto "BOT") do
{
es_exists recon_exists key reconnecters event_var(es_steamid)
if (server_var(recon_exists) equalto 0) do
{
es_keycreate reconnecters event_var(es_steamid)
es_keysetvalue reconnecters event_var(es_steamid) RC 1
es_delayed 60 es_keydelete reconnecters event_var(es_steamid)
}
}
}
Added: 2 years ago
Feedback (6)
*--(TNT() .
.22LR < .50 BMGY2M
Posted 3 months ago
Very good code, but you might want to make some usage instructions saying that you need event scripts installed, etc.

also comment out the "Kicks someone for reconnecting to quickly" part.
Woomaps .
Woomaper!Y2M
Posted 4 months ago
Sure. Change this line:
es_delayed 60 es_keydelete reconnecters event_var(es_steamid)

And alter the time (Change the 60. its in seconds)
- Woomaper!
.
It's time for another; so I came.Y2M
Posted 4 months ago
Is there anyway to change how long until they can come back?
Woomaps .
Woomaper!Y2M
Posted 1 year ago
Www.mattie.info/cs

Download Eventscripts and install, then make a folder called arck, and copy this code to a text file called es_arck.txt. Then type es_load arck in your server console, or through RCON
- Woomaper!
Porcupine162 .
Will take High-Res Screenies for free.Y2M
Posted 1 year ago
...I won't download this. Not because it's bad, it's because I don't need it. Do I have to make an event-script folder for this? Please explain
sniper313 .
Masta KillaY2M
Posted 1 year ago
Nice code
Add Feedback
Provide constructive feedback. What is "constructive"?
You must login or register to access this!
Assessment
The community's verdict.
User Rating [+]
9/10
bScore
9.00/10
You cannot assess yet!
Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure.

To vote on this submission register or login.
Stamps
This script in a nutshell...
No stamps recorded
You cannot stamp yet!
Stamps let you apply characteristics to submissions to help others understand them.

To stamp this submission register or login.
Added by...
Woomaps .
Woomaper!
Ranked 1519th ( 2) with 1,201 points.

[+] Donate
Vote for Submitter
Like this script? Vote Woomaps . for one or more monthly awards.
You must login or register to access this!
Related Scripts