Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Author
KlausLaw
AlliedModders Donor
Join Date: Feb 2018
Location: Israel
Plugin ID:
6327
Plugin Version:
1.0
Plugin Category:
General Purpose
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Custom ranks based on RankMe points.
    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
    Notifications
    AlliedModders Donor
    Join Date: Oct 2015
    Old 11-08-2018 , 14:32   Re: [CS:GO] Custom Ranks [05/11/2018]
    Reply With Quote #2

    Any screenshots of this?
    Notifications is offline
    KlausLaw
    AlliedModders Donor
    Join Date: Feb 2018
    Location: Israel
    Old 11-09-2018 , 10:16   Re: [CS:GO] Custom Ranks [05/11/2018]
    Reply With Quote #3

    Quote:
    Originally Posted by Notifications View Post
    Any screenshots of this?
    Added screenshots.
    __________________
    Taking private requests

    KlausLaw is offline
    napster_10
    Senior Member
    Join Date: May 2016
    Old 11-09-2018 , 15:01   Re: [CS:GO] Custom Ranks [05/11/2018]
    Reply With Quote #4

    Plugin failed to compile! Please try contacting the author.
    cant download

    Last edited by napster_10; 11-09-2018 at 15:10.
    napster_10 is offline
    KlausLaw
    AlliedModders Donor
    Join Date: Feb 2018
    Location: Israel
    Old 11-09-2018 , 15:34   Re: [CS:GO] Custom Ranks [05/11/2018]
    Reply With Quote #5

    Quote:
    Originally Posted by napster_10 View Post
    Plugin failed to compile! Please try contacting the author.
    cant download
    Fixed, i uploaded a zip file.
    __________________
    Taking private requests

    KlausLaw is offline
    napster_10
    Senior Member
    Join Date: May 2016
    Old 11-09-2018 , 17:29   Re: [CS:GO] Custom Ranks [05/11/2018]
    Reply With Quote #6

    awesome if u can make this compatible to hextags im gonna kiss your ass

    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"
    napster_10 is offline
    manicogaming
    AlliedModders Donor
    Join Date: Aug 2014
    Old 11-25-2018 , 17:56   Re: [CS:GO] Custom Ranks [05/11/2018]
    Reply With Quote #7

    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
    manicogaming is offline
    Cruze
    Veteran Member
    Join Date: May 2017
    Old 11-26-2018 , 01:06   Re: [CS:GO] Custom Ranks [05/11/2018]
    Reply With Quote #8

    Quote:
    Originally Posted by manicogmaing View Post
    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.
    __________________
    Taking paid private requests! Contact me
    Cruze is offline
    Obyboby
    Veteran Member
    Join Date: Sep 2013
    Old 11-27-2018 , 07:28   Re: [CS:GO] Custom Ranks [05/11/2018]
    Reply With Quote #9

    Quote:
    Originally Posted by napster_10 View Post
    awesome if u can make this compatible to hextags im gonna kiss your ass

    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.
    __________________
    Obyboby is offline
    napster_10
    Senior Member
    Join Date: May 2016
    Old 12-02-2018 , 10:49   Re: [CS:GO] Custom Ranks [05/11/2018]
    Reply With Quote #10

    i feel like this plugin has a lot of workload..when 20+ player on the server is very sluggish and laggy..can someone confirm?^^
    napster_10 is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 08:02.


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