Rehberler

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

360 Rehberler

Blocking UDP Floods on a CS 1.6 Server with iptables and ipset

Rate-limit the game port, absorb A2S query floods, and maintain a fast drop list with ipset — plus the limits of host-level filtering against real volumetric attacks.

Choosing a VPS for a CS 1.6 Server (2026 Checklist)

CS 1.6 is single-threaded, 32-bit, and latency-sensitive, which makes the right VPS an unusual choice. This vendor-neutral checklist covers what actually matters.

Best rate, cl_updaterate and cl_cmdrate Settings

The three rate cvars plus ex_interp decide how smooth and how accurate your connection feels. Here are values that make sense, what they actually do, and why the server can override them.

mp_ Cvars Reference (freezetime, roundtime, buytime and More)

A reference to the mp_ gameplay cvars that shape a CS 1.6 round, with correct units, sane defaults, and which ones only exist under ReGameDLL.

Essential RCON Commands Every CS 1.6 Admin Needs

A practical RCON command cheat sheet for CS 1.6 admins: status, changelevel, kick, ban, cvar changes, config exec and log control, with real syntax.

Precaching Models, Sounds and Sprites Correctly

Precache models, sounds, sprites and generic files in plugin_precache, understand the path rules, and avoid the precache overflow that crashes map load.

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.