Rehberler

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

360 Rehberler

Preventing SteamID Spoofing on Non-Steam Servers (Reunion + SteamIdHashSalt)

Why non-steam clients can claim an admin's SteamID, how Reunion's SteamIdHashSalt closes the hole, and how to authenticate admins so they cannot be impersonated.

Picking a Mod That Still Has Players in 2026

Building for a dead game mode dooms a server before it starts. Here is how to read demand, which CS 1.6 modes still draw crowds, and how to pick one you can win.

Widescreen (16:9) in CS 1.6 Without Stretching Problems

How to run CS 1.6 at a native 16:9 resolution, why the game and your monitor stretch the image, and where the fix really lives — the GPU scaling settings.

How to Find a Player's SteamID (Live and From Logs)

Pull a player's SteamID live with status and amx_who, extract it from server logs, understand the non-Steam cases, and use it to ban with persistence.

amx_ban, amx_banip and amx_unban: Complete Usage

Full syntax and behaviour of the AMX Mod X ban commands — amx_ban, amx_banip, amx_addban and amx_unban — including offline bans, persistence, and the flag you need.

Debugging AMXX Plugins: debug Mode, server_print and Logs

Turn on plugin debug mode for line numbers in run-time errors, use server_print and log_amx to trace state, and read the AMXX logs to find the real fault.

How to Compile a .sma File into .amxx

amxxpc turns Pawn source into the .amxx bytecode the server loads. How to compile locally on Linux and Windows, read the errors, target the right AMXX version, and install the result.

How to Find Which Plugin Is Crashing Your Server

A disciplined bisection method for finding the AMXX or Metamod plugin that crashes your CS 1.6 server - reading the logs, halving plugins.ini, and confirming the culprit both ways.

Fix: Players Time Out or Disconnect on Map Change

Players dropping on every map change usually means slow in-game resource downloads, a precache overflow, or timeout settings too tight. Set up fastdl and cut the resource load.

Fix: HLDS Segmentation Fault on Startup (Linux)

A CS 1.6 server that segfaults the moment it starts on Linux: the usual causes — mismatched 64/32-bit binaries, a bad engine or game DLL, Metamod ordering — and how to isolate it.

How to Auto-Start HLDS with a systemd Service

Write a proper systemd unit for HLDS so it starts on boot, restarts on crash, runs as an unprivileged user, and streams its console to journalctl.

How to Use the SQLite Module in AMX Mod X

Enable the SQLite module in AMX Mod X, where the .sq3 file lives, when SQLite beats MySQL, and how to avoid the locking problems.