Tutoriales
Guías de configuración de servidores CS 1.6, arreglos, desarrollo de plugins y administración.
Making Buy Binds in CS 1.6 (buy m4a1; buy primammo)
Bind full weapon-and-armor loadouts to single keys using the built-in buy aliases, chain purchases with semicolons, and fix binds that only buy the first item.
Fix: 'error 017: undefined symbol' in Pawn
Why amxxpc throws error 017 when compiling an AMX Mod X plugin, and the five things that actually cause it: missing includes, wrong-version natives, typos, and scope mistakes.
mapcycle.txt: How to Set Your Map Rotation
How the CS 1.6 engine reads mapcycle.txt, how it picks the next map, and the per-map config hook and common traps that quietly break a rotation.
How to Measure Real Server FPS (stats and ReHLDS Tools)
Server FPS is the tick loop rate, not the client frame rate. Here is how to read the real number from the HLDS console, over RCON, and under load.
Fix: 'Missing map' When Joining a Server
You click a server, the download bar stalls or errors, and you drop out with 'Missing map'. Here is why it happens and how to actually get onto the server.
register_event and register_event_ex: The Complete Guide
How AMXX game events work, the read-flags and condition strings that filter them, and why register_event_ex is the modern, type-checked replacement.
Fix: Plugins Show 'bad load' After Upgrading to AMXX 1.9/1.10
Why your AMX Mod X plugins report 'bad load' after an upgrade, how to tell a Metamod failure from an AMXX one, and the module mismatch that causes almost all of it.
Fix: server.cfg Settings Not Applying
Your server.cfg edits are ignored? It is almost always the execution order or the hidden .txt extension. Here is the exact sequence the engine reads and how to make settings stick.
How to Install Reunion (Steam + Non-Steam Players)
Install Reunion on a ReHLDS server so both Steam and non-Steam clients can connect, and set the SteamIdHashSalt correctly so it actually loads.
How to Install Zombie Plague 4.3 / 5.0 on AMX Mod X
Install the Zombie Plague mod on a CS 1.6 server: the AMXX modules it needs, where the plugin, config, models and sounds go, and the precache errors that break it.
Fix: ED_Alloc: no free edicts
Why HLDS crashes with 'ED_Alloc: no free edicts', how to raise the edict pool with -num_edicts, and how to find the plugin or map that is leaking entities.
How to Install a CS 1.6 Dedicated Server on Linux with SteamCMD (2026)
A complete, current walkthrough for installing a Counter-Strike 1.6 dedicated server on a Linux VPS with SteamCMD, including the 32-bit libraries HLDS still needs.









