Tutoriales

Guías de configuración de servidores CS 1.6, arreglos, desarrollo de plugins y administración.

13 Tutoriales

How to Install ReAPI (AMXX Module) on ReHLDS

Install the ReAPI module for AMX Mod X on a ReHLDS + ReGameDLL server, compile plugins against it, and fix the 'native not found' errors.

How to Use the SQLite Module in AMX Mod X

Enable the SQLite module in AMX Mod X, where the .sq3 file lives, when SQLite beats MySQL, and how to avoid the locking problems.

How to Enable the MySQL Module in AMX Mod X

Enable the MySQL/SQLx module in AMX Mod X, configure sql.cfg, use threaded queries, and fix the connection errors that actually happen.

Write Your First AMX Mod X Plugin (Hello World)

A complete, working first plugin: register a chat command that reports a player's health, compiled and installed step by step. Real Pawn, not pseudocode.

How to Install and Enable AMX Mod X Modules (modules.ini)

How AMX Mod X modules load, what modules.ini actually controls, how to add a third-party module, and how to read amxx modules output.

How to Upgrade AMX Mod X 1.8.2 to 1.10 Without Breaking Plugins

A safe, staged upgrade from AMX Mod X 1.8.2 to 1.10: what breaks, how to recompile, how to test, and how to roll back in thirty seconds.

How to Install AMX Mod X 1.10 on ReHLDS

Install the current AMX Mod X 1.10 on a ReHLDS + Metamod-r server, get the modules right, and verify with amxx version and amxx plugins.

How to Install AMX Mod X 1.9 Step by Step

Install AMX Mod X 1.9 — the safe default for CS 1.6 in 2026 — on top of Metamod: file layout, plugins.ini, admins, modules and verification.

How to Install AMX Mod X 1.8.2 on a CS 1.6 Server

Install the legacy AMX Mod X 1.8.2 base and CS module on a CS 1.6 server, set up admins, and know exactly what you give up by staying on 1.8.2.

Fix: 'Module failed to load' in AMX Mod X

Work through every reason AMX Mod X reports a module as failed to load: wrong architecture, missing system libraries, version mismatch, and modules.ini configuration.

How to Install an AMXX Plugin (.amxx) Correctly

The correct way to install an AMX Mod X plugin: where the .amxx goes, registering it in plugins.ini, config and module dependencies, and why plugins silently fail to load.

Fix: Run time error 4: index out of bounds (AMX Mod X)

Decode AMX Mod X 'Run time error 4: index out of bounds', read the debug trace to find the exact plugin and line, and fix the array bounds bug behind it.