View Single Post
Coziva
Junior Member
Join Date: Jul 2015
Old 01-01-2016 , 11:17   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #220

well i looked on my ServerAdvertisement.cfg
Quote:
// ServerAdvertisement - Help //
//
// Message Types:
// Chat messages - Type: "T" / Colour support
// Center text messages - Type: "C" / Support only [hex] codes / Ex: <font color='#ff0000'>This message is red</font>
// Colours could be found at http://www.color-hex.com/
//
// Message Variables:
// {NEXTMAP}
// {CURRENTMAP}
// {CURRENTTIME}
// {TIMELEFT}
// {ADMINSONLINE}
// {SERVERIP}
// {SERVERNAME}
// {PLAYERNAME}
//
////////////////////////////////


"ServerAdvertisement"
{
"Settings"
{
"Enable" "1" // 1 for Enable, 0 Otherwise
"Delay_between_messages" "8.0" // In seconds
"Time_Format" "%H:%M:%S" // Hours,Minutes,Secods
"Advertisement_tag" "[{Lime}Server{default}]" // Exmp: "[UltraGaming]"
"Languages" "cz;sk" // These languages must be defined.
}
"Messages"
{
"1"
{
"default" "Admins online: {ADMINSONLINE}" // When someone is from country which is not defined.
"type" "T" // Message will be printed in Chat.
}
"2"
{
"default" "Radnom text1"
"type" "T"
}
"3"
{
"default" "Hello"
"type" "T"
}
}
}
and the original
Quote:
// ServerAdvertisement - Help //
//
// Message Types:
// Chat messages - Type: "T" / Colour support
// Center text messages - Type: "C" / Support only [hex] codes / Ex: <font color='#ff0000'>This message is red</font>
// Colours could be found at http://www.color-hex.com/
//
// Message Variables:
// {NEXTMAP}
// {CURRENTMAP}
// {CURRENTTIME}
// {TIMELEFT}
// {ADMINSONLINE}
// {SERVERIP}
// {SERVERNAME}
// {PLAYERNAME}
//
////////////////////////////////


"ServerAdvertisement"
{
"Settings"
{
"Enable" "1" // 1 for Enable, 0 Otherwise
"Delay_between_messages" "2.0" // In seconds
"Time_Format" "%H:%M:%S" // Hours,Minutes,Secods
"Advertisement_tag" "[{Lime}Server{default}]" // Exmp: "[UltraGaming]"
"Languages" "cz;sk" // These languages must be defined.
}
"Messages"
{
"1"
{
"default" "Admins online: {ADMINSONLINE}" // When someone is from country which is not defined.
"cz" "Náhodný text1" // Players from Czech Republic will see this message
"type" "T" // Message will be printed in Chat.
}
"2"
{
"default" "Radnom text1"
"cz" "Náhodný text1"
"type" "T"
}
"3"
{
"default" "Hello"
"cz" "Ahoj"
"type" "T"
}
}
}
Coziva is offline