diff --git a/addons/sourcemod/configs/shavit-advertisements.cfg b/addons/sourcemod/configs/shavit-advertisements.cfg index a36c8885..2ee51046 100644 --- a/addons/sourcemod/configs/shavit-advertisements.cfg +++ b/addons/sourcemod/configs/shavit-advertisements.cfg @@ -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." -} \ No newline at end of file +}