Poradniki

Przewodniki po konfiguracji serwerów CS 1.6, poprawkach, tworzeniu pluginów i administracji.

360 Poradniki

Fix: 'Sys_Error' Fatal Server Errors

How to read a Sys_Error crash line, the common variants like 'Couldn't get DLL API' and hunk overflow, and a method to find which module, DLL or plugin took the server down.

Fix: 'Server is full' Message on an Empty Server

Why players get 'Server is full' when the server clearly has open slots, how reserved-slot plugins hide the last slot, the maxplayers vs sv_visiblemaxplayers mismatch, and how to confirm the real slot count.

Fix: 'You have no access to that command' on amx_ban

Why an admin command is refused, how AMXX flags map to commands, the users.ini SteamID and password auth traps, and reloading admins so your access takes effect.

Fix: error while loading shared libraries: libstdc++.so.6

Why a 32-bit CS 1.6 server can't find libstdc++.so.6 on a 64-bit host, enabling the i386 architecture, installing the right packages, using ldd to find every missing dependency, and LD_LIBRARY_PATH.

Fix: 'Couldn't allocate dedicated server IP port' (Address in Use)

The two things behind this startup error: the UDP port is already held by another process, or the +ip you gave is not an address on the machine.

Fix: Server Doesn't Respond to A2S_INFO Queries

Why a running CS 1.6 server returns no answer to A2S_INFO — firewall, binding, port and query-challenge causes — and how to confirm each one.

m_rawinput and Fixing Mouse Acceleration

What m_rawinput does, how it bypasses Windows mouse acceleration, the legacy -noforce launch options, and how to confirm your aim is truly 1:1 with no smoothing.

CS 1.6 Sound Settings for Clearer Footsteps

Tune CS 1.6 audio so footsteps and reloads cut through: sound quality, disabling music, high-quality sound, and why some clarity settings are server-controlled.

Fix: Black Bars / Wrong Aspect Ratio in CS 1.6

Why CS 1.6 shows black bars on a widescreen monitor, the difference between stretched and centered scaling, how to set a native 16:9 resolution, and the GPU control-panel setting that removes the bars.

Reserved Slots for VIPs and Admins

Configure AMX Mod X reserved slots so admins and VIPs can always get in, hide the reserved slots so the server shows full, and grant access with the b flag.

Hosting FastDL Behind Cloudflare (Free CDN)

Put your CS 1.6 FastDL mirror behind Cloudflare's free CDN: point sv_downloadurl at a proxied domain, force caching of .bsp and .bz2 with a Cache Rule, and avoid the file-type caching trap.

Using amxmodmenu: A Tour of the Admin Menu

What the amxmodmenu command opens, the menu plugins behind each submenu, how to bind a key to it, and why a submenu goes missing when its plugin is not loaded.