amx_lock sets sv_password (random or given) and shows it to admins only; amx_unlock clears it. A HUD reminder keeps admins aware the server is locked.
| csb_admin_password.sma main | 07995dd | 3.9 KB |
CSB Admin Password is the fast way to close a server for a clan war or a private match. amx_lock [password] sets sv_password to the string you give it, or generates a short random one (ambiguous characters like 0/O and 1/I are left out), and prints the password only to admins. amx_unlock clears it again. While the server is locked a HUD reminder with the current password is shown to admins so nobody forgets it is on.
Features
amx_lock [password]— use your own password or get a generated one.- Random length set by
csb_lock_len(clamped 4–20), from a confusion-free charset. - Password revealed only in the admin chat channel, never to regular players.
- Recurring HUD reminder to admins while locked, kept in sync if
sv_passwordis changed by hand. amx_unlockclears the password; both actions are logged.
Installation
- Compile
csb_admin_password.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map.
Both commands need the ADMIN_PASSWORD flag (i) by default. Remember the server must have sv_lan 0 to appear in the master list; a password does not remove it from the list, it just gates joining.
1. Put csb_admin_password.amxx in addons/amxmodx/plugins/ 2. Add it to addons/amxmodx/configs/plugins.ini 3. Change map
| CVAR | Default | Description |
|---|---|---|
csb_lock_len |
6 |
Length of the generated password when amx_lock is used with no argument (clamped 4-20). |
| Command | Access | Description |
|---|---|---|
amx_lock |
i (ADMIN_PASSWORD) |
amx_lock [password] - lock the server (random password if omitted). |
amx_unlock |
i (ADMIN_PASSWORD) |
Unlock the server (clears sv_password). |
1.0.0 - Initial release.Versões →
No ratings yet.
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Opcional |
| ReAPI | Opcional |
| Metamod | Metamod / Metamod-r |
| Conflitos conhecidos | Any plugin or RCON script that also manages sv_password can override the lock. |









