About This File
Round Manager for CS 1.6 (GoldSrc)
A powerful and fully configurable round management system for Counter-Strike 1.6 servers.
Automatically tracks rounds, scores, provides HUD/chat notifications, and includes VOX announcements.
Key Features
-
✔ Automatic round tracking
-
✔ Score monitoring (Terrorists vs. CTs)
-
✔ Chat + HUD Notifications
-
✔ VOX announcements using the Half-Life voice system
-
✔ Player command:
say rounds -
✔ Admin command:
rm_set_round -
✔ Native API for developers
-
✔ Multilingual support
-
✔ Highly customizable via CVars
-
✔ Admin activity logging
Display Modes
-
Mode 0
-
Chat:
Round: 5 / 30 -
HUD:
Round 5
-
-
Mode 1
-
Chat:
Rounds Left: 25 / 30 -
HUD:
25 rounds
-
Native Functions (For Developers)
-
rm_get_round()— current round -
rm_get_rounds_left()— rounds remaining -
rm_get_max_rounds()— returnsmp_maxrounds -
rm_get_t_score()— Terrorists score -
rm_get_ct_score()— CT score
Commands
Players
-
say rounds -
say_team rounds
→ Shows current round information
Admins
-
rm_set_round-
Permissions: ADMIN_RCON
-
Sets the round number manually
-
CVars
| CVar | Description | Default |
|---|---|---|
rm_enabled
|
Enable/disable plugin | 1 |
rm_type
|
Display mode (0 = current round, 1 = rounds left) | 0 |
rm_announce_enabled
|
Auto-announce rounds | 1 |
rm_vox_sound_enabled
|
Enable VOX audio | 1 |
rm_show_activity
|
Admin activity visibility | 2 |
rm_log_commands
|
Log admin commands | 1 |
Included Files
-
round_manager.amxx— compiled plugin -
round_manager.sma— source code -
round_manager.inc— developer include -
round_manager.txt— language dictionary -
round_manager.cfg— configuration file
Requirements
-
AMX Mod X 1.8.2+
-
Sound Helper plugin / module
Note
Please keep discussions respectful.
Constructive feedback and suggestions are appreciated!

