bhoptimer/addons/sourcemod/configs/shavit-advertisements.cfg
2017-10-24 01:05:09 +03:00

24 lines
1008 B
INI

// Configuration file for chat advertisements.
//
// Advertisements will cycle from the first one to the last one and will show up every time
//
// Possible color values are the ones from shavit-messages.cfg:
// {text} {warning} {variable} {variable2} {style}
//
// Extra:
// {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."
}