Quote:
Originally Posted by blackhawk74
You're limited by what CS:GO itself has to offer. There is a maximum displayable clan tag length (not sure what it is off hand), but I'm sure you can count the characters.
|
If it's that I'll probably go with changing
scripting/ckSurf/timer.sp
Code:
447: Format(tag, 154, "%s | %s", g_szCountryCode[client], g_pr_rankname[client]);
to
447: Format(tag, 154, "%s|%s", g_szCountryCode[client], g_pr_rankname[client]);