View Single Post
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 02-14-2020 , 18:44   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #115

Quote:
Originally Posted by gildevanaraujo View Post
I use 15 faceit icons, 5 of them are customized. I can show you on discord.
I changed the "Type" to "2" and removed the last 3 lines i hope that your files have the same name (1001,1002,1003) and the file ends with svg

Code:
"LR_FakeRank"
{
    // 0 - обычные ранги из Match Making (1 - 18) или кастомные (19, 20, ...).
    // 1 - из Напарников (1 - 18)
    // 2 - из Опасной Зоны (1 - 15)
    "Type"    "2"

    "FakeRank"
    {
        // Classificação em LR Classificação em TAB(е).
        "1"                    "1001"
        "2"                    "1002"
        "3"                    "1003"
        "4"                    "1004"
        "5"                    "1005"
        "6"                    "1006"
        "7"                    "1007"
        "8"                    "1008"
        "9"                    "1009"
        "10"                   "1010"
        "11"                   "1011"
        "12"                   "1012"
        "13"                   "1013"
        "14"                   "1014"
        "15"                   "1015"
    }
}

// sm_lvl_reload - перезагрузить настройки

Last edited by freak.exe_uLow; 02-14-2020 at 18:45.
freak.exe_uLow is offline