Ръководства
Ръководства за настройка на CS 1.6 сървъри, поправки, разработка на плъгини и администрация.
Fix: amx_ Commands Return 'Unknown command'
When amx_slap, amx_ban and other admin commands report Unknown command, AMX Mod X is not loaded — here is how to trace it from Metamod down to plugins.ini.
Porting a Plugin from AMXX 1.8.2 to 1.10
Recompile an old 1.8.2 plugin under AMXX 1.10: fix the new compiler warnings, replace removed modules like dbi, and adopt 1.9+ natives safely.
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.
AMX Mod X Installed but Not Loading: The Install Checklist
A top-to-bottom checklist for when AMX Mod X is copied in but amx_version does nothing: Metamod chain, plugins.ini, module architecture, and reading the exact load lines.
Debugging AMXX Plugins: debug Mode, server_print and Logs
Turn on plugin debug mode for line numbers in run-time errors, use server_print and log_amx to trace state, and read the AMXX logs to find the real fault.
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.
Essential Plugin Pack for a New Public CS 1.6 Server
A curated, opinionated set of AMX Mod X plugins every new public CS 1.6 server should run: admin control, map voting, stats, adverts, name filtering and basic anti-abuse, with load order.
Fix: 'Plugin failed to load: Invalid Plugin' (AMX Mod X)
What 'Invalid Plugin' means in AMX Mod X, the version and architecture mismatch between .amxx and your AMXX build, corrupted uploads, wrong compiler, and reading amxx plugins status.
Precaching Models, Sounds and Sprites Correctly
Precache models, sounds, sprites and generic files in plugin_precache, understand the path rules, and avoid the precache overflow that crashes map load.
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.









