Every Nth round everyone is rendered nearly invisible and only becomes visible for a moment when they shoot; announced on the HUD and reverted at round end.
Daemon666
1.0.0 - Initial release.
| csb_invisible_round.sma main | c1fc667 | 3.8 KB |
README.md
CSB Invisible Round adds a tense special round. Every csb_invis_every rounds (or when an admin runs amx_invisround) everyone spawns almost fully transparent via set_user_rendering. The catch: pulling the trigger reveals you for csb_invis_reveal seconds, so every shot is a gamble. The mode is announced on the HUD, applied on spawn, and every player is made fully visible again when the round ends.
Features
- Automatic every-Nth-round trigger plus the
amx_invisroundforce command. - Adjustable transparency (
csb_invis_alpha) and reveal window (csb_invis_reveal). - Reveal detected by reading the attack button through fakemeta.
- Fully reverted at round end - no lingering invisibility.
Installation
- Compile
csb_invisible_round.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map.
amx_invisround needs the ADMIN_LEVEL_A flag (b).
Установка
1. Put csb_invisible_round.amxx in addons/amxmodx/plugins/ 2. Add it to addons/amxmodx/configs/plugins.ini 3. Change map
Cvar-ы
| CVAR | Default | Description |
|---|---|---|
csb_invis_enabled |
1 |
Master enable for invisible rounds. |
csb_invis_alpha |
12 |
Render alpha while hidden (0 = fully invisible). |
csb_invis_reveal |
1.2 |
Seconds a player stays visible after shooting. |
csb_invis_every |
5 |
Trigger an invisible round every N rounds (0 = never automatic). |
Команды
| Command | Access | Description |
|---|---|---|
amx_invisround |
b (ADMIN_LEVEL_A) |
Force the next round to be an invisible round. |
История изменений — v1.0.0
1.0.0 - Initial release.Версии →
Рейтинг
No ratings yet.
Download v1.0.0
Требования
| AMX Mod X | ≥ 1.9 |
| Движок | ReHLDS HLDS |
| ReGameDLL | Необязательно |
| ReAPI | Необязательно |
| Metamod | Metamod / Metamod-r |
| Модули | fakemeta fun |
| Известные конфликты | Other plugins that set player rendering (glow, invisibility perks) can override the hidden state. |
Участники









