CSB VIP Menu

v1.0.0 1 descargas Daemon666 Última actualización: Jul 15, 2026

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

  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.

Instalación

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.

Comandos

CommandAccessDescription
say /vip Open the VIP perk menu (non-VIPs see how to get VIP).

Registro de cambios — v1.0.0

1.0.0 - Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Licencia: GPL-3.0

Valoración

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descargar .sma
Archivos:
csb_vip_menu.sma main 6.5 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos fun hamsandwich
Volver a Plugins