Saves score, money, teams and frags every round; amx_restore <round> re-applies them and restarts after a crash.
CSB Round Backup is the safety net every match server needs. At the start of every round it writes a snapshot to a file under the AMXX data dir: the team scores plus, for each player, their SteamID, team, money and frags. If the server crashes or a round is disputed, an admin runs amx_restore <round> to reload that snapshot - it re-applies every player's team and money by SteamID, restores their frags, resends the scoreboard TeamScore messages and restarts the round.
Snapshots are plain text, so you can inspect them, and only the last csb_backup_keep rounds are kept on disk.
Features
- Automatic per-round snapshot (score, money, teams, frags).
amx_restore <round>matches players back by SteamID.- Scoreboard restored via
TeamScoremessages. - Old snapshots pruned outside the keep window.
Installation
- Enable the
cstrikeandfunmodules inmodules.ini. - Compile
csb_backup_round.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.









