Page 1 of 1

[CS:GO] Custom Ranks

Posted: Sun Jan 26, 2020 3:57 pm
by Andreeas
Description
Custom ranks based on RankMe points.

Feature list
Modifiable ranks by a config.
Ranks list with details about every rank.
The rank appears in the scoreboard as a tag.
The rank appears in the chat with the color you have set in the config.
Commands
sm_ranks - opens the ranks list menu.

Screenshots
https://imgur.com/a/ncrOwkV
Image

Instalation
Drop customRanks.smx to sourcemod/plugins.
Drop ranks.cfg to sourcemod/configs (default ranks).

To make your own ranks:

Example
"Ranks"
{
"RANKNAME1"
{
"Points" "0"
"Color" "WHITE"
}
"RANKNAME2"
{
"Points" "100"
"Color" "YELLOW"
}
"RANKNAME3"
{
"Points" "400"
"Color" "DARK_RED"
}
}
Requirements
Chat-Processor
RankMe Kento Edition

Download