Участник
Пользователь
- Сообщения
- 272
- Реакции
- 14
Hi.
I added cups to top15 but there is a problem.
These cups and colors in the first three places are also in / rankstats / statsme / topx etc ....
How do I fix the problem? I've tried it before ... But then it doesn't work at all.
In 'aes_statsx_cstrike' I changed the line:
on:
Can anyone help?
I added cups to top15 but there is a problem.
These cups and colors in the first three places are also in / rankstats / statsme / topx etc ....
How do I fix the problem? I've tried it before ... But then it doesn't work at all.
In 'aes_statsx_cstrike' I changed the line:
Код:
len + = formatex (theBuffer [len], charsmax (theBuffer) -len, "% L", id, "AES_BODY_ROW", odd? "id = b": "id = q", row_str)
Код:
switch (stats_info [STATSF_RANK])
{
case 1: len + = formatex (theBuffer [len], charsmax (theBuffer) -len, "% L", id, "AES_BODY_ROW", "id = t1", row_str)
case 2: len + = formatex (theBuffer [len], charsmax (theBuffer) -len, "% L", id, "AES_BODY_ROW", "id = t2", row_str)
case 3: len + = formatex (theBuffer [len], charsmax (theBuffer) -len, "% L", id, "AES_BODY_ROW", "id = t3", row_str)
default:
len + = formatex (theBuffer [len], charsmax (theBuffer) -len, "% L", id, "AES_BODY_ROW", odd? "id = b": "id = q", row_str)
}
Can anyone help?
Download all Attachments
-
49.6 KB Просмотры: 9
-
179.9 KB Просмотры: 84
-
179.1 KB Просмотры: 85
-
165.2 KB Просмотры: 66
-
158.3 KB Просмотры: 60