Advertisements 2.0 (Updated 2016/03/23)
11 Attachment(s)
This is a simple advertisements plugin. It supports center, chat, hint, menu and top messages.
sm_advertisements_enabled (0/1, def 1) Enable/disable displaying advertisements. sm_advertisements_file (def "advertisements.txt") File to read the advertisements from. Useful if you're running multiple servers from one installation, and want to use different advertisements per server. sm_advertisements_interval (def 30) Amount of seconds between advertisements. sm_advertisements_reload Server command to reload the advertisements from advertisements.txt. By default the plugin reads the advertisements from configs/advertisements.txt, which has this format: Code:
"Advertisements" Types The following types are supported: center: A center message, like sm_csay. hint: A hint message, like sm_hsay. menu: A menu message, like sm_msay, but without the title or the Exit-option. Pressing 0 will still hide the message, but it will block 1-9 from switching weapons as long as it's showing. chat: A chat message, like sm_say. A list of supported colors can be found on https://github.com/KissLick/ColorVariables. top: A top-left message, like sm_tsay. It supports any of the colors listed on https://www.doctormckay.com/morecolors.php, or custom colors with {#abcdef}. Multiple types per advertisement are allowed, so you can show a different text in multiple places at the same time. Text This field supports the following variables: {currentmap}, {date}, {time}, {time24} and {timeleft}. Next to that you can print the value of a cvar by enclosing the name with {}, for example {sm_nextmap} would show the name of the next map. Also supports \n for newlines (works for center, chat and menu messages). A couple of examples are given in the supplied advertisements.txt. Flags This field is optional. It accepts a list of flags of admins that will not see the advertisement if they have any of those flags. If left empty, only admins will see the advertisement. If omitted everyone will see the advertisement. Downloads Get Release | Get Source
Changelog
https://img.shields.io/travis/ErikMi...rtisements.svg https://img.shields.io/github/releas...rtisements.svg https://img.shields.io/github/downlo...ents/total.svg |
Re: Advertisements
Excellent plugin! It's short and concise and efficient. I'll be using this.
And for chat colors, precede the text you want colored with the color code (i.e. PrintToChatAll("%cThis is green", COLOR_GREEN), where COLOR_GREEN is defined as 4). Steve |
Re: Advertisements
Nice work :D
Thank you. Coloured chat messages would be a great addition :) Anyway I've dropped ^BugS^ Ads plugin now and installed this one :up: |
Re: Advertisements
Thanks guys, I thought this would be such a basic feature, and since we already had the functions for it it was very easy to make. I'll definitely look into the colors.
|
Re: Advertisements
Tsunami AWESOME job mate, no irritating TICK sound when a chat ad appears and works very well! Thank you.
|
Re: Advertisements
- See edit Also, I added in {FF}. Here's the code I used. Code:
if (StrContains(sBuffer, "{FF}")) { Nevermind about the reload thing. I was saving the file to the wrong place like a fool. :oops: |
Re: Advertisements
Nice work. Includes more features than the old advertisements plugin (which is no longer supported since the author has gone AWOL).
Approved. |
Re: Advertisements
Thanks for approving, and thanks for the code bl4nk, I will incorporate it.
|
Re: Advertisements
Great and absolutely missing! Hope you keep supporting it.
|
Re: Advertisements
Instead of {FF}, it would be nice to have a method for putting cvar values into the string, such as [mp_friendlyfire] and [sv_contact].
|
All times are GMT -4. The time now is 12:14. |
Powered by vBulletin®
Copyright ©2000 - 2019, vBulletin Solutions, Inc.