A comprehensive, lightweight, and secure ranking system for Counter-Strike community servers.
Kills & Deaths only — no points, no complex elo, no weird systems.
- Kills, Deaths, KDR, Playtime, Weapon stats
- Multi-language (EN / ES / PT / RU / CH)
- SQLite & MySQL support
- Anti-spam system
- Autosave system
- MultiColors chat
- CS:GO & CS:S compatible
Click to expand
- Download the latest files
- Place files:
- addons/sourcemod/plugins/umbrella_ranked.smx
- addons/sourcemod/translations/umbrella_ranked.phrases.txt
- Restart server or change map
- Config auto-generated at: cfg/sourcemod/umbrella_ranked.cfg
Click to expand
Add "ranked_db" in:
addons/sourcemod/configs/databases.cfg
MySQL
"ranked_db"
{
"driver" "default"
"host" "your-db-host"
"database" "your-db-name"
"user" "your-user"
"pass" "your-password"
"port" "3306"
}
SQLite
"ranked_db"
{
"driver" "sqlite"
"database" "umbrella_stats"
}
Click to expand
| CVar | Default | Description |
|---|---|---|
| sm_rank_min_kills | 1 | Minimum kills required |
| sm_rank_cooldown | 3.0 | Command delay |
| sm_rank_top1_sound | ... | Top #1 sound |
| sm_rank_autosave_interval | 120.0 | Autosave interval |
Click to expand
- !rank → Your stats
- !top → Top players
- !toptime → Most active players
- !topweapons → Weapon rankings
Ayrton09
SourcePawn / SourceMod (CS:GO / CS:S)