|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
// C: Center message
// H: Hint message
// M: Menu message
// S: Say message
// - Colors: {DEFAULT}, {TEAM}, {GREEN}, {LIGHTGREEN}
// - Example: {GREEN}Current {LIGHTGREEN}Map: {DEFAULT}{CURRENTMAP}
// T: Top message
// - Colors: {WHITE}, {RED}, {GREEN}, {BLUE}, {YELLOW}, {PURPLE}, {CYAN},
// {ORANGE}, {PINK}, {OLIVE}, {LIME}, {VIOLET}, {LIGHTBLUE}
// - Example: {ORANGE} www.domain.com
//
// Flags (optional)
// -----
// Accepts flags of admins that will not see the advertisement.
// When omitted everyone will see the advertisement.
// When left empty only admins will see the advertisement.
"Advertisements"
{
"1"
{
"type" "t"
"text" "{RED} Willkommen im Deutschen Reich"
}
"2"
{
"type" "s"
"text" "{PURPLE} www.gec-reloaded.com"
}
"3"
{
"type" "s"
"text" "{BLUE} Teamspeak:85.131.212.2:8020 PW:1904"
}
{
"type" "s"
"text" "{ORANGE} Unsere ORANGE Server: 85.131.212.10:25600"
}
|
Zitat von »"Merible"«
hat sich geklärt![]()
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
// Advertisements 0.5
// by Tsunami
//
// Types
// -----
// C: Center message
// H: Hint message
// M: Menu message
// S: Say message
// - Colors: {DEFAULT}, {TEAM}, {GREEN}, {LIGHTGREEN}
// - Example: {GREEN}Current {LIGHTGREEN}Map: {DEFAULT}{CURRENTMAP}
// T: Top message
// - Colors: {WHITE}, {RED}, {GREEN}, {BLUE}, {YELLOW}, {PURPLE}, {CYAN},
// {ORANGE}, {PINK}, {OLIVE}, {LIME}, {VIOLET}, {LIGHTBLUE}
// - Example: {ORANGE} www.domain.com
//
// Flags (optional)
// -----
// Accepts flags of admins that will not see the advertisement.
// When omitted everyone will see the advertisement.
// When left empty only admins will see the advertisement.
"Advertisements"
{
"1"
{
"type" "t"
"text" "{RED} Willkommen im Deutschen Reich"
}
"2"
{
"type" "s"
"text" "{PURPLE} www.gec-reloaded.com"
}
"3"
{
"type" "s"
"text" "{ORANGE} Unsere Public Server: 85.131.212.10:25600"
}
"4"
{
"type" "S"
"text" "{GREEN} Teamspeak: 85.25.150.175:8020 PW: 1904"
}
}
|