AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Custom Ranks [05/11/2018] (https://forums.alliedmods.net/showthread.php?t=311844)

KlausLaw 11-04-2018 17:43

[CS:GO] Custom Ranks [05/11/2018]
 
1 Attachment(s)
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

Notifications 11-08-2018 14:32

Re: [CS:GO] Custom Ranks [05/11/2018]
 
Any screenshots of this?

KlausLaw 11-09-2018 10:16

Re: [CS:GO] Custom Ranks [05/11/2018]
 
Quote:

Originally Posted by Notifications (Post 2623151)
Any screenshots of this?

Added screenshots.

napster_10 11-09-2018 15:01

Re: [CS:GO] Custom Ranks [05/11/2018]
 
Plugin failed to compile! Please try contacting the author.
cant download

KlausLaw 11-09-2018 15:34

Re: [CS:GO] Custom Ranks [05/11/2018]
 
Quote:

Originally Posted by napster_10 (Post 2623287)
Plugin failed to compile! Please try contacting the author.
cant download

Fixed, i uploaded a zip file.

napster_10 11-09-2018 17:29

Re: [CS:GO] Custom Ranks [05/11/2018]
 
awesome if u can make this compatible to hextags im gonna kiss your ass :D

it seems working BUT
1.) hextags is doing his stuff FIRST i guess...then your plugin..all good but your plugin overwrites the namecolor then of hextags so i have "[DE][Admin] [Platinum] name : text" (textcolor is right again but your plugin overwrites namecolor i guess)
2.) scoretag of course doesnt work together so there is only one and hextags is taking it by overwriting yours i guess
so i have just "[DE] | [Admin] name" there but what i want it to be is "[DE] | [Diamond] | [Admin] name"

manicogaming 11-25-2018 17:56

Re: [CS:GO] Custom Ranks [05/11/2018]
 
Your plugin is giving me this error:

Code:

L 11/25/2018 - 22:52:23: [SM] Exception reported: Failed to lookup SetClanTag signature.
L 11/25/2018 - 22:52:23: [SM] Blaming: customRanks.smx
L 11/25/2018 - 22:52:23: [SM] Call stack trace:
L 11/25/2018 - 22:52:23: [SM]  [0] CS_SetClientClanTag
L 11/25/2018 - 22:52:23: [SM]  [1] Line 113, C:\Users\Klaus\Downloads\customRanks (5).sp::getPlayerRank
L 11/25/2018 - 22:52:23: [SM]  [2] Line 53, C:\Users\Klaus\Downloads\customRanks (5).sp::Event_PlayerSpawn


Cruze 11-26-2018 01:06

Re: [CS:GO] Custom Ranks [05/11/2018]
 
Quote:

Originally Posted by manicogmaing (Post 2625684)
Your plugin is giving me this error:

Code:

L 11/25/2018 - 22:52:23: [SM] Exception reported: Failed to lookup SetClanTag signature.
L 11/25/2018 - 22:52:23: [SM] Blaming: customRanks.smx
L 11/25/2018 - 22:52:23: [SM] Call stack trace:
L 11/25/2018 - 22:52:23: [SM]  [0] CS_SetClientClanTag
L 11/25/2018 - 22:52:23: [SM]  [1] Line 113, C:\Users\Klaus\Downloads\customRanks (5).sp::getPlayerRank
L 11/25/2018 - 22:52:23: [SM]  [2] Line 53, C:\Users\Klaus\Downloads\customRanks (5).sp::Event_PlayerSpawn


Update your sourcemod.

Obyboby 11-27-2018 07:28

Re: [CS:GO] Custom Ranks [05/11/2018]
 
Quote:

Originally Posted by napster_10 (Post 2623313)
awesome if u can make this compatible to hextags im gonna kiss your ass :D

it seems working BUT
1.) hextags is doing his stuff FIRST i guess...then your plugin..all good but your plugin overwrites the namecolor then of hextags so i have "[DE][Admin] [Platinum] name : text" (textcolor is right again but your plugin overwrites namecolor i guess)
2.) scoretag of course doesnt work together so there is only one and hextags is taking it by overwriting yours i guess
so i have just "[DE] | [Admin] name" there but what i want it to be is "[DE] | [Diamond] | [Admin] name"

+1 please would like hextags support too. :)

napster_10 12-02-2018 10:49

Re: [CS:GO] Custom Ranks [05/11/2018]
 
i feel like this plugin has a lot of workload..when 20+ player on the server is very sluggish and laggy..can someone confirm?^^


All times are GMT -4. The time now is 10:28.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.