Description:
Administrate the console chat from the map and multilanguage console chat support. Useful for add multilanguage support to the console chat messages in servers like zombie escape.
Note: in CS:GO you need to be enabled "say" by map. Upload
this file to csgo/ directory.
Configuration:
Under the configs/franug_consolechatmanager/ directory. You need to add 1 .text file for each map with his map name.
Example:
Code:
"Console_C"
{
"The map message to replace"
{
"default" "Console:{red} The map message if the language of client not appear here"
"chi" "控制台: {red}The map message for chinese clients"
"es" "Consola: The map message for spanish clients"
}
"The map message 2 to replace"
{
"default" "Console:{red} The map message 2 if the language of client not appear here"
"chi" "控制台: {red}The map message 2 for chinese clients"
"es" "Consola: The map message 2 for spanish clients"
}
"The map message 3 to replace"
{
"sound" "yoursounddirectory/yoursound.mp3" // emit this sound when this message appear
"default" "Console:{red} The map message 3 if the language of client not appear here"
}
"Map by a spammer"
{
"blocked" "1" // block this message
}
"door opened! humans go back!"
{
"default" "Console:{red} door opened! humans go back!"
"es" "Puerta abierta! Humanos retroceded!"
"hinttext" // adding a hinttext message
{
"default" "Humans go back!"
"chi" "控制台!"
"es" "Puerta abierta! Humanos retroceded!"
]
}
}
Servers that support this plugin (if you use this plugin just tell me it to add your server here):
-
Donations (optional):
If you apreciate my work, you can donate me via
paypal or with a
trade offer
Download:
Main repository
Direct download
Code changes
__________________