Poradniki
Przewodniki po konfiguracji serwerów CS 1.6, poprawkach, tworzeniu pluginów i administracji.
How to Spot a Backdoored AMXX Plugin Before You Run It
The red flags in .sma source and compiled .amxx files that hand an attacker admin or RCON — hardcoded IDs, hidden commands, outbound sockets — and how to vet a plugin safely.
DDoS-Protected Hosting for CS 1.6: What to Look For
CS 1.6's UDP query protocol is a classic DDoS target. This vendor-neutral guide explains the attack types and the exact protection features that actually matter.
How to Switch to the steam_legacy Beta (Old CS 1.6)
The 25th Anniversary update changed CS 1.6's netcode and broke compatibility with many servers. Here is how to roll back to the steam_legacy build and when it is the right call.
sys_ticrate Explained: The Truth About 1000 FPS Servers
What sys_ticrate really controls, why '1000 FPS' is mostly marketing, how server FPS caps updaterate, and how to measure and set it honestly on Linux.
Installing AMXBans (MySQL Ban System) Step by Step
Move CS 1.6 bans from flat files into MySQL with AMXBans: create the database, import the schema, configure the SQL file, load the plugins, and avoid the admin-system conflicts.
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.
VS Code Setup for AMX Mod X (Syntax, Snippets, Build Task)
Turn VS Code into a real AMXX editor: Pawn syntax highlighting, include-aware navigation, and a build task that runs amxxpc and jumps to the failing line. Config included.
Fix: FastDL Not Working - Players Still Download at 20 KB/s
Every reason FastDL falls back to the slow in-game download - sv_downloadurl, mirrored file layout, bzip2, MIME types and permissions - each with a concrete check.
Fix: './hlds_linux: No such file or directory' (Missing 32-bit Loader)
The confusing 'No such file or directory' error on a file that plainly exists means the 32-bit ELF loader is missing. Enable i386 multiarch and install the runtime HLDS needs.
Fix: Server Crashes with a Segfault on Map Change
A CS 1.6 server boots fine but segfaults on changelevel. The real causes — a stale delta.lst, precache overflow, bad plugins, missing map assets — and how to pin the exact one.
server.cfg for CS 1.6: A Complete, Commented Example
A full, line-by-line server.cfg for CS 1.6 covering identity, rates, gameplay, logging and downloads — with an explanation of when it actually executes.
How to Install ReVoice for Non-Steam Voice Chat
Install the ReVoice Metamod plugin so Steam and non-Steam CS 1.6 clients can hear each other, configure the codecs, and fix the silent-voice problems.









