Poradniki

Przewodniki po konfiguracji serwerów CS 1.6, poprawkach, tworzeniu pluginów i administracji.

3 Poradniki

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.

Parsing CS 1.6 Server Logs (logs/L*.log)

Turn logging on, understand the Half-Life log line format, and grep and awk the L*.log files to answer who connected, who said what, and who killed whom.

Reading AMXX error_*.log: What Each Error Actually Means

Where AMX Mod X writes its logs, how to read a run-time error line, and what the common messages -- run time error 4, native error, invalid plugin, failed to load -- actually tell you.