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

[CS:GO] Custom Scoreboard Levels


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Nexd
BANNED
Join Date: Dec 2013
Location: Hungary
Plugin ID:
6776
Plugin Version:
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Old 10-23-2019 , 19:08   [CS:GO] Custom Scoreboard Levels
    Reply With Quote #1

    This plugin could get your GSLT token banned, be careful.

    Description:
    This is the non-store version of my Store Scoreboard level
    You can add custom scoreboard level images, restrict them for flags

    Screenshots:
    https://i.imgur.com/xeOHO1v.png
    https://i.imgur.com/B8Z6nQ9.png

    You can edit/add new icons in: configs/level_icons.cfg:
    PHP Code:
    "LevelIcons" //flag could be: 0-20 ( https://wiki.alliedmods.net/Checking_Admin_Flags_(SourceMod_Scripting) ) (1<<11) -> 11
    {
        
    "0" // You must start with 0
        
    {
            
    "name" "Unicorn"
            "index" "45"    
            "flag" "-1" 
    //-1 if anyone can use it
        
    }
        
        
    "1"
        
    {
            
    "name" "Mario"
            "index" "41" 
            "flag" "-1"
        
    }
        
        
    "2"
        
    {
            
    "name" "Hearth"
            "index" "48"
            "flag" "-1"
        
    }
        
        
    "3"
        
    {
            
    "name" "VIP"
            "index" "46"
            "flag" "20"
        
    }
        
        
    "4"
        
    {
            
    "name" "ADMIN"
            "index" "47"
            "flag" "1"
        
    }
        
        
    "5"
        
    {
            
    "name" "Rainbow"
            "index" "55"
            "flag" "-1"
        
    }
        
        
    "6"
        
    {
            
    "name" "MOD"
            "index" "56"
            "flag" "3"
        
    }
        
        
    "7"
        
    {
            
    "name" "Pepsi"
            "index" "57"
            "flag" "-1"
        
    }
        
        
    "8"
        
    {
            
    "name" "PewDiePie"
            "index" "69"
            "flag" "-1"
        
    }
        
        
    "9"
        
    {
            
    "name" "Minecraft"
            "index" "70"
            "flag" "-1"
        
    }

    if you want to add more, you MUST upload the images here:
    materials/panorama/images/icons/xp/levelINDEX.png - index is the number what you have to put to the "iconindex" in the items.txt, MUST BE HIGHER THAN 40 AND .PNG and you should use random values because if someone downloads an icon from another server, he will see that, not yours.

    I suggest you to resize the images to 128x128 (Atleast if the image is bigger than this size.)

    Let me know if there is anything.

    Download
    Direct Download
    Github Repo
    Nexd is offline
    RealEdan
    Member
    Join Date: Dec 2016
    Location: United States
    Old 10-24-2019 , 06:35   Re: [CS:GO] Custom Scoreboard Levels
    Reply With Quote #2

    Thanks for this!
    __________________
    RealEdan is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 11-26-2019 , 06:42   Re: [CS:GO] Custom Scoreboard Levels
    Reply With Quote #3

    I sent a pull request for make this plugin compatible with country flag plugin so people without a custom level would have the country flag.

    https://github.com/KillStr3aK/scoreboardlevel/pull/1
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.

    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Nexd
    BANNED
    Join Date: Dec 2013
    Location: Hungary
    Old 11-26-2019 , 11:03   Re: [CS:GO] Custom Scoreboard Levels
    Reply With Quote #4

    Quote:
    Originally Posted by Franc1sco View Post
    I sent a pull request for make this plugin compatible with country flag plugin so people without a custom level would have the country flag.

    https://github.com/KillStr3aK/scoreboardlevel/pull/1
    Merged^^
    Nexd is offline
    paulo_crash
    AlliedModders Donor
    Join Date: May 2016
    Location: Brazil
    Old 11-26-2019 , 22:03   Re: [CS:GO] Custom Scoreboard Levels
    Reply With Quote #5

    Quote:
    Originally Posted by Franc1sco View Post
    I sent a pull request for make this plugin compatible with country flag plugin so people without a custom level would have the country flag.

    https://github.com/KillStr3aK/scoreboardlevel/pull/1
    Quote:
    Originally Posted by Nexd View Post
    Merged^^
    Could also do in Store version: https://github.com/KillStr3aK/store-scoreboardlevel

    Or the ScoreBoard Country Flag Icons Plugin would not be compatible with the Plugin Store?

    Last edited by paulo_crash; 11-26-2019 at 22:04.
    paulo_crash is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 11-29-2019 , 17:30   Re: [CS:GO] Custom Scoreboard Levels
    Reply With Quote #6

    Quote:
    Originally Posted by paulo_crash View Post
    Could also do in Store version: https://github.com/KillStr3aK/store-scoreboardlevel

    Or the ScoreBoard Country Flag Icons Plugin would not be compatible with the Plugin Store?
    Yes I created a pull requests for it https://github.com/KillStr3aK/store-...rdlevel/pull/1

    And made this for this plugin too https://github.com/KillStr3aK/scoreboardlevel/pull/2
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.

    Franc1sco is offline
    Send a message via MSN to Franc1sco
    Nexd
    BANNED
    Join Date: Dec 2013
    Location: Hungary
    Old 11-29-2019 , 17:47   Re: [CS:GO] Custom Scoreboard Levels
    Reply With Quote #7

    Quote:
    Originally Posted by Franc1sco View Post
    Yes I created a pull requests for it https://github.com/KillStr3aK/store-...rdlevel/pull/1

    And made this for this plugin too https://github.com/KillStr3aK/scoreboardlevel/pull/2
    Merged again, thanks.
    Nexd is offline
    joez252
    Member
    Join Date: Apr 2019
    Old 10-15-2020 , 06:09   Re: [CS:GO] Custom Scoreboard Levels
    Reply With Quote #8

    I don't know why but it doesn't work with country flag icons https://forums.alliedmods.net/showthread.php?t=319897 for me.
    joez252 is offline
    Sw33T3R
    AlliedModders Donor
    Join Date: Mar 2014
    Old 07-04-2022 , 16:01   Re: [CS:GO] Custom Scoreboard Levels
    Reply With Quote #9

    Any chances for enum fix on sm 1.11?

    Last edited by Sw33T3R; 07-04-2022 at 16:06.
    Sw33T3R is offline
    freak.exe_uLow
    AlliedModders Donor
    Join Date: Jul 2012
    Location: Germany
    Old 08-29-2023 , 14:30   Re: [CS:GO] Custom Scoreboard Levels
    Reply With Quote #10

    Quote:
    Originally Posted by joez252 View Post
    I don't know why but it doesn't work with country flag icons https://forums.alliedmods.net/showthread.php?t=319897 for me.
    3 years ago but yeah, its not working and someone there ever a fix here so that it works with the country flags system or anyone use a different system?

    Last edited by freak.exe_uLow; 08-29-2023 at 15:32.
    freak.exe_uLow 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 20:37.


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