amx_rename forces a player's name and locks it for a set time; a reserved-name list blocks names like admin/owner/console.
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.









