bhoptimer/addons/sourcemod/configs/shavit-advertisements.cfg
Nairda baa3d1c9bb Update shavit-advertisements.cfg
add more clarification on what's doable and what's not with the advertisements
2021-03-25 02:19:34 +00:00

38 lines
1.5 KiB
INI

// Configuration file for chat advertisements.
//
// 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}
//
// 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).
// {timeleftraw} - time left in seconds.
// {serverip} - server IP (requires SteamWorks).
// {hostname} - hostname.
//
// All messages will have the prefix that is defined inside configs/shavit-messages.cfg.
//
"Advertisements"
{
"0" "You may write {variable}!hide{text} to {variable2}hide{text} other players."
"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."
}