Skocz do zawartości

Nowy szablon forum

mygo.pl

Stworzyliśmy dla Was nowy wygląd forum. Z pewnością znajdziesz rzeczy, które wg Ciebie mogą zostać zmienione - wspomnij o tym w specjalnym wątku.

Czytaj więcej

Jak założyć własną sieć

serwerów CS

Zastanawiasz się nad prowadzeniem własnej sieci serwerów? Przeczytaj podstawowe informacje, na które należy zwrócić uwagę, przy takim projekcie.

Czytaj więcej

Tworzymy spis sieci

dodaj swoją

Dodaj sieć do której należysz, pozwoli to na promocję i budowę ogólnopolskiej bazy sieci CS.

Czytaj więcej

[CS:GO] Custom Scoreboard Levels


MYGO.pl
 Udostępnij

Rekomendowane odpowiedzi

  • RSSy
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

Wyświetl pełny artykuł

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
 Udostępnij

×
×
  • Dodaj nową pozycję...