CSB Boss Round

v1.0.0 8 downloads Daemon666 Última atualização: Jul 16, 2026

Every N rounds a random player becomes a giant glowing boss with scaled HP, a heavy weapon and a HUD health bar; everyone else must take them down.

CSB Boss Round breaks up the rotation with a boss fight. Every N rounds a random player is turned into a boss: a bigger glowing model (pev_scale) with health scaled to the player count, an M249 with a full backpack, and a HUD health bar the whole server can see. Incoming damage to the boss is scaled down in a Ham_TakeDamage hook so it takes teamwork to win, and whoever lands the kill collects a cash reward.

Features

  • Boss every csb_boss_interval rounds.
  • Health scales with the number of players in the round.
  • Damage-to-boss scaling via csb_boss_dmgscale.
  • Server-wide HUD health bar and a kill reward.

Installation

  1. Enable the fakemeta, hamsandwich, cstrike and fun modules in modules.ini.
  2. Compile csb_boss_round.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Instalação

1. Enable the fakemeta, hamsandwich, cstrike and fun modules in addons/amxmodx/configs/modules.ini
2. Put csb_boss_round.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

Cvars

CVARDefaultDescription
csb_boss_enabled 1 Enable or disable boss rounds.
csb_boss_interval 5 A boss appears every this many rounds.
csb_boss_hp_per_player 400 Boss HP added per player in the round.
csb_boss_dmgscale 0.5 Multiplier applied to damage dealt to the boss.
csb_boss_reward 8000 Money reward for killing the boss.

Registro de alterações — v1.0.0

1.0.0 - Initial release.
Versões →
Colaboradores: Daemon666 ✦
Licença: GPL-3.0

Avaliação

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Baixar .sma
Arquivos:
csb_boss_round.sma main 4.7 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos fakemeta hamsandwich cstrike fun
Conflitos conhecidos Other plugins that set health, model scale or rendering on the boss can interfere with the health bar.
Voltar aos Plugins