Flag-gated godmode toggle with a live HUD marker that auto-clears on death, disconnect and map change.
CSB Admin Godmode gives an admin a clean invulnerability toggle: amx_god <target> [0|1]. It calls set_user_godmode() from the fun module, paints a small [ GODMODE ] HUD marker over anyone currently protected, and — the part most stock implementations get wrong — it clears the state on death, on disconnect and on map change so a player can never keep godmode by accident.
Inspired by the god-mode command from the classic AMX Mod X Admin Commands plugin. This is an independent GPL re-implementation; no original code is reused.
Features
amx_god <name or #userid> [0|1]— toggle, or force on/off with the second argument.- Targeting through
cmd_targetwithADMIN_IMMUNITYrespected and self-targeting allowed. - HUD marker refreshed once a second via a HUD sync object, so it never flickers with other messages.
- Auto-clear on
DeathMsg,client_disconnectedand map change. - Every toggle is announced in the admin-only chat channel and written to the AMXX log.
Installation
- Compile
csb_admin_godmode.smaand drop it inaddons/amxmodx/plugins/. - Add
csb_admin_godmode.amxxtoaddons/amxmodx/configs/plugins.ini. - Change the map.
The command needs the ADMIN_CFG flag (u) by default; adjust it in users.ini or through your admin system.









