Errors

Ghiduri de configurare, remedieri, dezvoltare de pluginuri și administrare pentru servere CS 1.6.

87 Tutoriale

Fix: sys_ticrate Doesn't Change Server FPS

Why raising sys_ticrate does not raise the server FPS shown by stats, the HLDS loop limitation behind it, and why ReHLDS is the real fix for a stable high tickrate.

Fix: Server Becomes Laggy After Running for Days

Why a CS 1.6 server that runs fine on boot degrades after days of uptime, how memory growth and log bloat cause it, spotting a leaking plugin, and setting up a scheduled restart to stay ahead of it.

Fix: Plugin Loads but Nothing Happens (No Events Firing)

A plugin shows running in amxx plugins but does nothing. How a missing module, a guard cvar, the wrong mod, or a bad register_event silently kills behavior, and how to trace it.

Fix: mapcycle.txt Ignored / The Same Map Repeats

Why the server loops one map or ignores mapcycle.txt, the mapcyclefile cvar, why maps must end for the cycle to advance, nextmap plugins overriding it, file format traps, and verifying rotation.

Fix: CSDM Installed but Players Don't Respawn

Why CSDM loads but nobody respawns: the active switch in csdm.cfg, the plugin load set, per-map spawn presets, and reloading the config without a map change.

Fix: amx_ Commands Return 'Unknown command'

When amx_slap, amx_ban and other admin commands report Unknown command, AMX Mod X is not loaded — here is how to trace it from Metamod down to plugins.ini.

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.

Fix: 'Sys_Error' Fatal Server Errors

How to read a Sys_Error crash line, the common variants like 'Couldn't get DLL API' and hunk overflow, and a method to find which module, DLL or plugin took the server down.

Fix: 'Server is full' Message on an Empty Server

Why players get 'Server is full' when the server clearly has open slots, how reserved-slot plugins hide the last slot, the maxplayers vs sv_visiblemaxplayers mismatch, and how to confirm the real slot count.

Fix: 'You have no access to that command' on amx_ban

Why an admin command is refused, how AMXX flags map to commands, the users.ini SteamID and password auth traps, and reloading admins so your access takes effect.