View Single Post
Le1T
Member
Join Date: Oct 2018
Old 06-26-2021 , 04:26   Re: [CS:GO] FaceitLevels for kento RankMe
Reply With Quote #10

Quote:
Originally Posted by Sarrus View Post
There is not such a feature yet.
If you want to add it, you can add a ConVar corresponding to the level you want to add, then add it to the array here and don't forget to add the proper icon following the already existing naming convention.
g_iFaceitLevelsMins[10] = GetConVarInt(g_FaceitLevelRank11);
g_iFaceitLevelsMins[11] = GetConVarInt(g_FaceitLevelRank12);
g_iFaceitLevelsMins[12] = GetConVarInt(g_FaceitLevelRank13);
etc

like this?
Le1T is offline