Jump to content
Banner 730x90px boost

Recommended Posts

  • Administrator
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
Version 1.0:
* Release

Installation
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
File Type: zip customRanks.zip (10.8 KB)
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...