Tutoriale
Ghiduri de configurare, remedieri, dezvoltare de pluginuri și administrare pentru servere CS 1.6.
How to Auto-Start HLDS with a systemd Service
Write a proper systemd unit for HLDS so it starts on boot, restarts on crash, runs as an unprivileged user, and streams its console to journalctl.
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.
Fix: hlds_linux Using 100% CPU
When 100% CPU on hlds_linux is normal busy-waiting and when it is a real problem - pingboost modes, a runaway plugin, empty-server spin, and how to tell them apart.
Fix: All Non-Steam Players Get the Same SteamID (VALVE_ID_LAN)
When every non-Steam player shares one id, admin access and bans by SteamID collapse. Fix it with sv_lan 0 and a correct Reunion SteamIdHashSalt and client-id modes.
Fix: 'Bad load' in meta list (Metamod Plugin Fails)
A Metamod plugin shows 'bad load' in meta list. What that status means, the real causes — wrong architecture, ABI mismatch, wrong path or platform tag — and how to fix each.
Which Ports to Open for a CS 1.6 Server (UDP 27015, 26900, 27020)
The exact ports a CS 1.6 server uses — game, RCON, HLTV, and Steam master traffic — with copy-paste ufw and iptables rules and how to prove the port is really open.
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.
Pawn Language Basics for AMX Mod X Beginners
Pawn is not C, and the differences bite: no real strings, one numeric type with tags, and forwards instead of a main(). A concise, correct primer for admins writing their first AMXX plugin.
Fix: Server FPS Stuck at 100 / Low Server FPS on Linux
Why hlds_linux caps at 100 server FPS, how sys_ticrate, the kernel timer and -pingboost interact, and the safe ways to raise and hold a stable server FPS.









