Update shavit-advertisements.cfg

add more clarification on what's doable and what's not with the advertisements
This commit is contained in:
Nairda 2021-03-24 17:30:36 +01:00 committed by Joe
parent 56c3b2af00
commit baa3d1c9bb

View File

@ -2,10 +2,23 @@
//
// Advertisements will cycle from the first one to the last one and will show up every time
//
// Universal color settings -- will work with both CS:S and CS:GO:
// {default} - default color
// {green} - green color
//
// Possible color values are the ones from shavit-messages.cfg:
// {text} {warning} {variable} {variable2} {style}
//
// Extra:
// And also:
//
// For CS:S, you have the following variables available: (NOTE: The format for colors is like HTML. RRGGBBAA)
// {RGB} - like \x07, usage: "{RGB}FF0000" for red
// {RGBA} - like \x08, usage: "{RGBA}FF0000FE" for 254 alpha red
//
// CS:GO colors:
// {blue}, {bluegrey}, {darkblue}, {darkred}, {gold}, {grey}, {grey2}, {lightgreen}, {lightred}, {lime}, {orchid}, {yellow}
//
// Extra variables to use in an advertisement message:
// {name} - name of the player who receives the message.
// {map} - current map.
// {timeleft} - time left (formatted like timers including the .0).
@ -21,4 +34,4 @@
"1" "The command {variable}!r{text} will {variable2}restart your timer{text}."
"2" "{variable}!recent{text} can be used to see the latest world records set!"
"3" "{variable}!style{text} will open a menu with every {variable2}bhop style{text} the server has to offer."
}
}