Руководства

Руководства по настройке серверов CS 1.6, исправлениям, разработке плагинов и администрированию.

360 Руководства

Fix: sv_downloadurl Ignored by Clients

Why clients ignore your sv_downloadurl and fall back to slow downloads or missing content, the cstrike path trap, the bzip2 layout, and the exact checks that make FastDL fire.

Fix: RTV (Rock the Vote) Not Triggering

Why 'say rtv' does nothing, how the required-ratio and delay cvars gate the vote, the maps.ini and nextmap conflicts that break it, and how to confirm the vote actually fires.

Fix: MySQL 'Access denied for user' from an AMXX Plugin

Reading the access-denied error an AMXX SQL plugin logs, where the credentials live in sql.cfg, the user@host grant trap, and getting a stats or ban plugin to authenticate.

Fix: 'Failed to open metamod.so' (Wrong Path or Arch)

Why Metamod fails to load on Linux, the liblist.gam gamedll_linux path, 32-bit library requirements, Metamod vs Metamod-r, file permissions, and confirming the load with meta list.

Fix: banned.cfg / banned_user.cfg Not Loading

Why the engine does not read your ban files at startup on its own, which files hold SteamID versus IP bans, and the exec lines server.cfg needs so bans survive a boot.

Verifying CS 1.6 Game File Integrity on Steam

When and how to verify the integrity of Counter-Strike 1.6 files on Steam, what the process fixes, and how to avoid it wiping your custom content.

net_graph 3: How to Read It

A field guide to the CS 1.6 net graph: what FPS, ping, in/out, loss and choke each mean, how to position and size it, and which numbers signal a real problem.

Fix: CS 1.6 Crashes on Startup from Steam

CS 1.6 closing instantly or crashing to desktop on launch — verify files, reset the video mode, clear bad launch options and custom content, and the Anniversary rollback.

Updating Plugins on a Live Server Without Downtime

Why AMX Mod X cannot hot-swap a plugin binary, how to stage a new .amxx safely, use amxx pause and a map change to reload cleanly, and roll back the moment something breaks.

Preventing Admin Abuse (Logging and Limited Flags)

Give admins only the flags their role needs, keep activity visible, and log every admin command so you can answer accusations instead of guessing.

Auto-Restarting Your CS 1.6 Server with cron

A scheduled nightly restart for CS 1.6: why a clean bounce helps, how to do it safely with a screen/systemd-aware script, and how to avoid restarting on top of a full server.

amx_slap, amx_slay and amx_kick: Moderation Basics

The three everyday AMX Mod X moderation commands, how to target players by name, userid or team, the access flags each needs, and how immunity affects them.