Rehberler

CS 1.6 sunucu kurulumu, düzeltmeler, eklenti geliştirme ve yönetim rehberleri.

360 Rehberler

Fix: 'SVC_BAD' Kicking Players Off the Server

What the SVC_BAD network error means, why a plugin writing malformed messages is almost always the cause, and how to find and disable the offending plugin.

Fix: Server Freezes When a Plugin Queries MySQL (Blocking Queries)

Why the whole server stalls the instant a plugin touches MySQL, the difference between blocking and threaded SQLX queries, how SQL_ThreadQuery avoids the freeze, and how to spot the offending plugin.

Fix: nextmap / mapcycle Not Advancing to the Next Map

Why a server loops one map forever, the mp_timelimit-is-zero trap, how mapcycle.txt and the nextmap plugin decide what comes next, and pointing the engine at the right cycle file.

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.

Fix: Bots Stand Still / 'No waypoints' on Custom Maps

Why bots freeze on a custom map, the navigation-graph files they depend on, how to auto-generate or download them for YaPB, and where the files must sit.

How to Debug a CS 1.6 Server That Crashes with No Error

A methodical process for a HLDS/ReHLDS server that dies silently: enabling the debug log, reading a core dump, and bisecting Metamod and AMXX plugins.

Playing CS 1.6 on Linux (Native and Proton)

Two ways to run CS 1.6 on Linux: the native Steam client and the Windows build under Proton. How to switch, apply launch options, and fix the common launch failures.

How to Enable the Developer Console in CS 1.6

Three ways to turn on the CS 1.6 developer console — the in-game keyboard option, the -console launch option, and a toggleconsole bind — plus why it stays disabled.

Binding Keys and Aliases in CS 1.6

The bind syntax and key names, chaining commands with semicolons, +/- hold commands, building buy binds, and toggle aliases that flip state each press.

Sending RCON Commands from the Linux Command Line

How the GoldSrc RCON challenge-response protocol works over UDP, and a self-contained Python script to run rcon commands against a CS 1.6 server from a shell.

Compressing FastDL Files with bzip2 (and Why It Matters)

Halve your FastDL transfer sizes: how the CS 1.6 client requests a .bz2 first, the exact naming rule, a script to compress a whole mirror, and why you keep the originals too.

Setting Up the AMXBans Web Panel

How to connect the AMXBans web admin panel to your MySQL ban database, configure config.php, create the first web admin, and keep the plugin and site in sync.