AFK Kicker AMXX Plugin for CS 1.6 – Download by Leo
Last updated: June 6, 2026
AFK Kicker by Leo (v2.0) automatically removes idle players from your CS 1.6 server. The amxx afk kicker tracks each player’s coordinates — if position doesn’t change within the configured time, the player is kicked. The cs 1.6 afk kicker only activates once the server reaches a minimum player count, so empty or low-population servers are never affected.
Download AFK Kicker for CS 1.6
The zip contains:
afkkicker.amxx— compiled plugin file, ready to useafkkicker.sma— source code for custom modificationsafkkicker_leo.txt— language file for in-game messagescvar list.txt— full list of configuration variables
How AFK Kicker by Leo Detects Idle Players
The afk kicker cs 1.6 plugin runs a position check on each active player. A player is flagged as AFK only if their XYZ coordinates stay unchanged for the full duration set in afk_time. Moving even slightly resets the timer.
Before kicking, AFK Kicker by Leo sends both chat and HUD warnings, giving the player time to react. A 0.75-second spawn delay prevents false kicks immediately after entering the game. Admins and VIPs can be fully exempted via the afk_immunity cvar using standard AMXX access flags.
CVAR Configuration
| CVAR | Default | Description |
|---|---|---|
afk_time |
90 |
Seconds before an idle player is kicked. Minimum enforced value: 30. |
afk_minplayers |
10 |
AFK checks only run when the server has at least this many players connected. |
afk_immunity |
a |
AMXX access flags that grant immunity from the afk kicker amxx check. |
afk_msg_kick |
1 |
Set to 1 to broadcast a public chat message when a player is kicked. |
Set these values in server.cfg or amxx.cfg.
How to Install AFK Kicker AMXX on CS 1.6
- Copy
afkkicker.amxxto/addons/amxmodx/plugins/ - Copy
afkkicker_leo.txtto/addons/amxmodx/data/lang/ - Add
afkkicker.amxxto/addons/amxmodx/configs/plugins.ini - Set your CVAR values in
server.cfgoramxx.cfg - Restart the server or change the map to activate the afk kicker plugin
For more CS 1.6 server plugins and tools, visit csdownload.net.
Does AFK Kicker Work on CS 1.6 with Windows 11?
Yes. AFK Kicker by Leo runs server-side via AMX Mod X and is fully compatible with CS 1.6 dedicated servers on Windows 10, Windows 11, and Linux. The client’s operating system has no effect on plugin functionality.
FAQ
Q: What is the minimum time I can set for the afk kicker cs 1.6 plugin?
A: The afk kicker amxx enforces a minimum of 30 seconds. Values below 30 set in afk_time are automatically overridden.
Q: Will admins get kicked by AFK Kicker by Leo?
A: No. Set the afk_immunity cvar to the appropriate AMXX flag (default: a) and any player with that flag is excluded from AFK detection.
Q: Does the cs 1.6 afk kicker plugin work on non-steam servers?
A: Yes. AFK Kicker by Leo is an AMX Mod X plugin and works on both steam and non-steam CS 1.6 dedicated servers.
To download the original game files and also head over to the Counter-Strike 1.6 section, feel free to use our links. Searching for the original Valve build?

