Daemon666 / CSB VIP Menu Public

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.

v1.0.0 133 téléchargements GPL-3.0 Dernière mise à jour Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Dec 17, 2025 1 Versions
csb_vip_menu.sma main 7e9f59f 6.5 KB
README.md

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

  1. Make sure the fun and hamsandwich modules are enabled in modules.ini.
  2. Compile, copy csb_vip_menu.amxx into addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Give your VIPs the flag set in csb_vip_flag in users.ini, then change the map.
Installation
1. Enable fun + hamsandwich in modules.ini
2. Put csb_vip_menu.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Give VIPs the csb_vip_flag in users.ini, change map
Cvars
CVARDefaultDescription
csb_vip_flag t Admin flag that marks a player as VIP.
csb_vip_hp_bonus 50 HP added by the Extra Health perk.
csb_vip_hp_cap 200 Maximum HP the Extra Health perk can reach.
csb_vip_limit 1 Uses of each perk per round.
Commandes
CommandAccessDescription
say /vip Open the VIP perk menu (non-VIPs see how to get VIP).
Journal des modifications — v1.0.0
1.0.0 - Initial release.
Versions →
Note

No ratings yet.

À propos
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Télécharger .sma
Prérequis
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optionnel
ReAPI Optionnel
Metamod Metamod / Metamod-r
Modules fun hamsandwich
Contributeurs
Retour aux Plugins