Rehberler

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

360 Rehberler

Fix: 'Too many entities' / MAX_EDICTS Reached

What an edict is, why GoldSrc runs out of them, reading the 'ED_Alloc: no free edicts' crash, finding the plugin that leaks entities, and raising the limit on ReHLDS.

Fix: RCON Works Locally but Not Remotely

Why rcon succeeds from the server box but 'Bad rcon_password' or timeouts hit from outside, how the RCON challenge works, the sv_rcon and firewall settings that block it, and how to test it safely.

Fix: 'S_FindName: out of sound slots' / Sound Precache Overflow

What the sound-precache limit is in GoldSrc, why plugins that precache too many sounds crash the server, and how to find and trim the offender so the map loads.

Fix: Zombie Plague Round Doesn't Start

Why a Zombie Plague server sits in an endless standard round with no infection, the plugin load order and cvars that gate the mode, and how to read the AMXX log to find the real cause.

Fix: AMXBans Doesn't Ban / No Rows Inserted in MySQL

Why an AMXBans command appears to work in-game yet writes nothing to the database: the MySQL module, the amxbans SQL config, load order, and table-prefix mismatches.

hud_fastswitch 1: Instant Weapon Switching

What hud_fastswitch actually changes, why every competitive player sets it to 1, and how it interacts with weapon slots, the knife bind and quick-switch scripts.

Fix: The Internet Server List Is Completely Empty

Why the CS 1.6 internet server browser shows zero servers, and how to fix master-server, filter and region problems from the client side.

J.A.C.K. Editor Setup for CS 1.6 (Game Config, WADs, Compile Tools)

Configure J.A.C.K. for Counter-Strike 1.6 from scratch: the game configuration, FGD, WAD texture list, compile tool paths and where compiled maps land.

Adding Admins by Password or Nickname (and Why It's Risky)

How AMX Mod X password- and name-based admin entries in users.ini work, the setinfo field clients use, and why SteamID auth is safer on public servers.

Backing Up Configs, Bans and Stats Automatically

What is actually worth backing up on a CS 1.6 server — configs, ban lists, admin lists and the stats database — and a cron + rsync routine that keeps versioned copies off the box.

Setting Up MapChooser / End-of-Map Voting

Enable the stock AMX Mod X mapchooser end-of-map vote, tune the extend and ratio cvars, control the candidate map pool, and stop it fighting with nextmap and RTV.

Setting Up a Stats System (CSStats and Rankings)

How the AMX Mod X csx module and its stats plugins build a ranking from live play, where the csstats.dat file lives, the say /rank and /top15 commands, and how to tune what shows on death.