Tutoriale
Ghiduri de configurare, remedieri, dezvoltare de pluginuri și administrare pentru servere CS 1.6.
Installing AMXBans (MySQL Ban System) Step by Step
Move CS 1.6 bans from flat files into MySQL with AMXBans: create the database, import the schema, configure the SQL file, load the plugins, and avoid the admin-system conflicts.
How to Enable the MySQL Module in AMX Mod X
Enable the MySQL/SQLx module in AMX Mod X, configure sql.cfg, use threaded queries, and fix the connection errors that actually happen.
Fix: Server Freezes When a Plugin Queries MySQL (Blocking Queries)
Why the whole server stalls the instant a plugin touches MySQL, the difference between blocking and threaded SQLX queries, how SQL_ThreadQuery avoids the freeze, and how to spot the offending plugin.
Fix: Can't Connect to MySQL Server (errno 111) from the Game Server
Why errno 111 is connection refused and not a password problem, the bind-address and skip-networking traps, opening port 3306, and proving the path before blaming the plugin.
Fix: MySQL 'Access denied for user' from an AMXX Plugin
Reading the access-denied error an AMXX SQL plugin logs, where the credentials live in sql.cfg, the user@host grant trap, and getting a stats or ban plugin to authenticate.
SQLx Threaded Queries in AMXX (Without Freezing the Server)
Use SQL_ThreadQuery to run MySQL queries off the main thread so a slow database never stalls the game, with correct handle lifetime and error handling.
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.









