amx_rr restarts the round with a HUD countdown; amx_rs resets both team scores to 0-0. Overlap-locked.
CSB Restart Round gives you two things every scrim admin needs: a clean round restart and a score reset. amx_rr [delay] counts down on the HUD and then fires sv_restartround; amx_rs sends the TeamScore message for both teams so the scoreboard shows 0-0 immediately. A lock flag stops a second amx_rr from stacking countdowns on top of each other.
Features
amx_rr [delay seconds]with a HUD countdown, capped bycsb_rr_maxdelay.amx_rsresets the CT and T scoreboard totals via theTeamScoreuser message.- Overlap protection: a restart already in progress refuses a second one.
- Both actions are announced in chat and logged with the admin's name.
Installation
- Compile
csb_restart_round.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map.
Both commands need the ADMIN_MAP flag (e) by default. The score reset changes the scoreboard number only; it does not touch individual player frags.









