View Single Post
Author Message
KlausLaw
AlliedModders Donor
Join Date: Feb 2018
Location: Israel
Old 11-04-2018 , 17:43   [CS:GO] Custom Ranks [05/11/2018]
Reply With Quote #1

Custom Ranks

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

Changelog
Code:
Version 1.0:
* Release

Installation
Code:
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
Credits
Attached Files
File Type: zip customRanks.zip (10.8 KB, 1736 views)
__________________
Taking private requests


Last edited by KlausLaw; 11-09-2018 at 15:33.
KlausLaw is offline