View Single Post
Author Message
Nexd
BANNED
Join Date: Dec 2013
Location: Hungary
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