France -= OLT.LaLeagane.Ro 18+=- 3/32
Unknown GORUSH - [ 4FUN ] - [ VEM CLICAR ] | @SGBR 16/32
Promotiraj s'rv'r

Ръководства

Ръководства за настройка на CS 1.6 сървъри, поправки, разработка на плъгини и администрация.

9 Ръководства

Profiling Plugin Performance (Which Plugin Eats Your CPU)

AMX Mod X has no built-in per-plugin profiler by default, so here is the honest toolkit: bisection with amxx pause, reading meta list and stats, and isolating the plugin that is dragging your fps down.

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.

How to Spot a Backdoored AMXX Plugin Before You Run It

The red flags in .sma source and compiled .amxx files that hand an attacker admin or RCON — hardcoded IDs, hidden commands, outbound sockets — and how to vet a plugin safely.

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.

Essential Plugin Pack for a New Public CS 1.6 Server

A curated, opinionated set of AMX Mod X plugins every new public CS 1.6 server should run: admin control, map voting, stats, adverts, name filtering and basic anti-abuse, with load order.

Fix: 'Plugin failed to load: Invalid Plugin' (AMX Mod X)

What 'Invalid Plugin' means in AMX Mod X, the version and architecture mismatch between .amxx and your AMXX build, corrupted uploads, wrong compiler, and reading amxx plugins status.

Fix: RTV (Rock the Vote) Not Triggering

Why 'say rtv' does nothing, how the required-ratio and delay cvars gate the vote, the maps.ini and nextmap conflicts that break it, and how to confirm the vote actually fires.

Updating Plugins on a Live Server Without Downtime

Why AMX Mod X cannot hot-swap a plugin binary, how to stage a new .amxx safely, use amxx pause and a map change to reload cleanly, and roll back the moment something breaks.

How to Install an AMXX Plugin (.amxx) Correctly

The correct way to install an AMX Mod X plugin: where the .amxx goes, registering it in plugins.ini, config and module dependencies, and why plugins silently fail to load.