Skip to content

Releases: NeuTroNBZh/CS2-Antibait

Antibait v1.2.0

Choose a tag to compare

@NeuTroNBZh NeuTroNBZh released this 21 May 13:32

Bug fixes

Critical crash fix

  • Entity creation is now gated on EventRoundFreezeEnd (_safeToCreate flag) instead of EventRoundStart. This prevents the WriteEnterPVS: GetEntServerClass failed server crash caused by creating CDynamicProp entities during breakerandopendoor's round_start(extra-N) scan window.

Team correction

  • !antibait_last now correctly triggers when the watched player is the last CT alive, not the last T alive.

Upgrade notes

No config changes required. Simply replace Antibait.dll on your server.

v1.1.0 — Targeted last-T-alive glow

Choose a tag to compare

@NeuTroNBZh NeuTroNBZh released this 21 May 12:09

Antibait v1.1.0

Breaking change — !antibait_last\

The command now requires a player name argument.

Before: !antibait_last\ — toggled a global last-alive glow for both teams.
After: !antibait_last \ — watches a specific player and glows them only when they are the last surviving Terrorist.

What changed

  • !antibait_last \ — adds/removes a player from the watch list
  • The glow fires only when exactly 1 T is alive and that T is on the watch list
  • Multiple players can be watched at the same time
  • The watch list persists across rounds; the active highlight resets each round

Installation

Download \�ntibait-v1.1.0.zip\ and extract it to your CS2 server root.

v1.0.0 — Initial Release

Choose a tag to compare

@NeuTroNBZh NeuTroNBZh released this 21 May 11:57

Antibait v1.0.0

First public release of the Antibait plugin for CS2 retake servers.

Features

  • Permanent glow !antibait_glow \ — through-wall highlight that persists across rounds
  • Last-alive auto-glow !antibait_last\ — automatically highlights the last survivor of each team
  • Team-colored highlights — Orange (T) / Blue (CT) for last-alive, Red for permanent
  • CS2-SimpleAdmin integration — auto-registers in the admin menu if SimpleAdmin is present
  • Crash-safe — entity creation is guarded against the breakerandopendoor scan window

Installation

  1. Download \�ntibait-v1.0.0.zip\
  2. Extract into your CS2 server root (merges with existing \�ddons/\ folder)
  3. Restart the server

Requirements

  • CounterStrikeSharp ≥ 1.0.228
  • .NET 8.0 (bundled with CSS)

See README for full documentation.