Участник
Пользователь
- Сообщения
- 272
- Реакции
- 14
Hi. I decided to use the Lite Translit 2.8 plugin, but one thing really annoys me...
Namely, this plugin replaces the standard chat with its own prefixes. I mean the words 'DEAD' and 'SPEC' and the prefix CT and TT before the nick in the chat. I do not want it. How to remove it from the plugin? I want to have a standard chat as if there is no LiteTranslit plugin.
The rest of the plugin's functions are ok. But I don't want this plugin to replace my standard chat with my own subtitles - Мертвый, TT, CT and Spec.
This is this code:
But when I removed it, there were various errors in the chat, for example, there was no inscription DEAD next to the nickname of the deceased player.
Namely, this plugin replaces the standard chat with its own prefixes. I mean the words 'DEAD' and 'SPEC' and the prefix CT and TT before the nick in the chat. I do not want it. How to remove it from the plugin? I want to have a standard chat as if there is no LiteTranslit plugin.
The rest of the plugin's functions are ok. But I don't want this plugin to replace my standard chat with my own subtitles - Мертвый, TT, CT and Spec.
This is this code:
Код:
switch(idTeam)
{
case 1: iLen = formatex(sTags, charsmax(sTags), "%s%s", GetBit(g_bitAlive, id) ? "^1" : "^1*^3Мертвый^1* ", IsTeam ? "^1[^3TT^1]" : "");
case 2: iLen = formatex(sTags, charsmax(sTags), "%s%s", GetBit(g_bitAlive, id) ? "^1" : "^1*^3Мертвый^1* ", IsTeam ? "^1[^3CT^1]" : "");
default:iLen = formatex(sTags, charsmax(sTags), "^1*^3Spec^1* ");
}
Download all Attachments
-
12.1 KB Просмотры: 3
-
6.2 KB Просмотры: 0