amx_rename forces a player's name and locks it for a set time; a reserved-name list blocks names like admin/owner/console.
Daemon666
1.0.0 - Initial release.
| csb_nickname_manager.sma main | fda526d | 4.4 KB |
README.md
CSB Nickname Manager puts an admin in control of names. amx_rename <target> <new name> writes the name straight into the client's info-key buffer (through fakemeta) and then locks it for csb_nick_locktime seconds, so the player cannot switch back mid-round. Separately, a reserved-name list — admin, owner, console, server, root — is enforced continuously: anyone using one is renamed to a generated Player_<id> so nobody can impersonate staff.
Features
amx_rename <name or #userid> <new name>with immunity-aware targeting.- Rename lock: the forced name is re-applied if the player tries to change it before the timer expires.
- Case-insensitive reserved-name blacklist, enforced on a short repeating timer.
- Every rename is announced in chat and written to the AMXX log.
Installation
- Compile
csb_nickname_manager.smaand drop it inaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map.
amx_rename needs the ADMIN_SLAY flag (d) by default.
Instalação
1. Put csb_nickname_manager.amxx in addons/amxmodx/plugins/ 2. Add it to addons/amxmodx/configs/plugins.ini 3. Change map
Cvars
| CVAR | Default | Description |
|---|---|---|
csb_nick_enabled |
1 |
Enable name enforcement. |
csb_nick_locktime |
60 |
Seconds a forced name is locked (0 = no lock). |
Comandos
| Command | Access | Description |
|---|---|---|
amx_rename |
d (ADMIN_SLAY) |
amx_rename <target> <new name> - force and lock a player's name. |
Registro de alterações — v1.0.0
1.0.0 - Initial release.Versões →
Avaliação
No ratings yet.
Download v1.0.0
Requisitos
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Opcional |
| ReAPI | Opcional |
| Metamod | Metamod / Metamod-r |
| Módulos | fakemeta |
| Conflitos conhecidos | Other plugins that also rewrite client names (name protectors / tag systems) will fight this one over the name key. |
Colaboradores









