A /vip menu of per-round perks - extra HP, armor, nades, a cloak, a glow and a mid-round respawn - gated by an admin flag.
CSB VIP Menu gives your VIPs a reason to keep their tag. A VIP (any player holding the flag in csb_vip_flag, default t) types /vip and gets a menu of perks, each usable a limited number of times per round:
- Extra Health — +HP up to a VIP-only cap.
- Full Armor — instant 100 armor.
- Grenade Pack — HE + flash + smoke.
- Cloak — 8 seconds near-invisible.
- Team Glow — a coloured shell in your team colour.
- Respawn — back into the round when you are dead.
Players who are not VIP still see the perk list and a line telling them to ask an admin about VIP, so the menu doubles as advertising.
Features
- VIP flag is a cvar, parsed with
read_flags(). - Per-perk, per-round usage limit (
csb_vip_limit) shown live in the menu. - The respawn perk is only consumed when you are actually dead.
- Cloak and glow clean themselves up with a task / on the next round.
Installation
- Make sure the
funandhamsandwichmodules are enabled inmodules.ini. - Compile, copy
csb_vip_menu.amxxintoaddons/amxmodx/plugins/and add it toplugins.ini. - Give your VIPs the flag set in
csb_vip_flaginusers.ini, then change the map.









