CS 1.6 Auto Redirect AMXX Plugin Download (.sma & .amxx)
Last updated: January 28, 2026
Counter-Strike 1.6 Auto Redirect & Freeze AMXX Plugin download (.sma & .amxx)
You can download the Auto Redirect & Freeze AMXX plugin files (both .sma source and compiled .amxx) directly from the link below. This Counter-strike 1.6 Players amxx redirect plugin is the most effective way to transfer your community to a new server IP.
Direct Download: CS 1.6 Auto Redirect AMXX Plugin
How to Redirect CS 1.6 Players to New Server IP
If you need to change CS 1.6 server IP and keep your ranking and players, this CS 1.6 auto redirect player AMXX plugin is the perfect migration tool. Using the latest 2026 method for player retention, it handles different game versions uniquely to ensure a smooth transition:
- Non-Steam Players: The AMXX plugin automatically executes the redirect command. It is a highly effective CS 1.6 auto connect plugin that moves the majority of Non-Steam players to the new server IP instantly.
- Steam Players: Due to security restrictions, the automatic
connectcommand might be blocked. However, this players redirect AMXX plugin ensures they cannot play on the old address. Steam players will be completely frozen (unable to move, shoot, or jump) and will see a custom new IP MOTD info screen. - The MOTD Loop: If a player tries to close the info window (
ip_info.html), the AMXX plugin will automatically re-open it every 0.5 seconds. This CS 1.6 redirect MOTD loop ensures that players see your new connection details until they join the new server.
Using this AMX Mod X redirect script is the simplest and most reliable way to move players to a new IP address without losing your daily traffic.
Step-by-Step Configuration
To make the AMXX plugin work for your specific server, you must edit two files:
1. Editing the .sma File (Source Code)
Open auto_redirect_player.sma with a text editor and look for the g_ServerIPs section. You can add one or more redirect target IPs here:
new const g_ServerIPs[][] = {
"1.2.3.4:27015", // Put a comma after EACH IP except the last one
"1.2.3.5:27015",
"1.2.3.6:27015" // No comma here for the last IP address
};
- Single Server: If you have only one server, simply replace the IP and ensure there is no comma at the end of that line.
- Multiple Servers (Load Balancing): If you list multiple IP addresses, the AMXX plugin will randomly choose one for each player. This helps distribute the player load across your network. Crucial: Every line must end with a comma, except for the very last one.
2. Editing the HTML File (New IP Info)
Open ip_info.html and update the following placeholders to inform players about the server move:
YOUR_IP:PORT-> Change to your new server address.YOUR_LINK-> Insert your community website or Discord link.
Redirect players Amxx Plugin Installation Guide (Where to upload)
Follow these steps to install the .amxx plugin:
- Compile the AMXX Plugin: After editing the .sma file, compile it to generate the .amxx binary.
- Upload AMXX Plugin: Place
auto_redirect_player.amxxinto/addons/amxmodx/plugins/. - Upload Configuration: Place
ip_info.htmlinto/addons/amxmodx/configs/. - Register AMXX Plugin: Add
auto_redirect_player.amxxto youraddons/amxmodx/configs/plugins.inifile. - Restart Server: Change the map or restart the server to activate the automatic redirect.
Technical Summary
- File types: .sma (source), .amxx (compiled AMXX plugin), .html (info screen).
- Targeting: Auto-redirects Non-Steam; Freezes and informs Steam players via new IP MOTD.
- Persistence: Forced MOTD loop prevents players from ignoring the migration notice.
- Efficiency: Lightweight AMXX script with minimal CPU impact.
Searching for the original Valve build, visit our official Counter-Strike 1.6 website as well as grab the clean setup for PC.
