Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 2.38 KB

README.md

File metadata and controls

70 lines (53 loc) · 2.38 KB

HudAnnouncer

Contents

About

This plugins adds configurable multiple messages to the hud on the top of the screen. Currently it allows up to as many messages as the sum between the amount of chars of all of them is below 1024.

Contacts

Downloads

Soon (TM) [AlliedModders]

GitHub

Showcase [Soon (TM)]

Issues

If you found any bug on this plugin please report it:

  1. Make sure your issue hasn't already been fixed and that it hasn't been reported yet
  2. Go to the issues page and click new issue
  3. Enter your a title of your issue (something that summarizes your issue), and then create a detailed description of the issue.
    • Do not tag it with something like [Feature] or [Bug]. When it is applicable, we will take care of it.
    • The following details are required.
      • SourceMod Version
      • Plugin Version
      • Log (Please use pastebin)
        • Post the full log.
      • Other plugins and their version, when reporting an issue between HudAnnouncer and some other mod
        • Also consider updating these before submitting a new issue, it might be already fixed
      • A detailed description of the bug or feature
    • Also give these informations:
      • What was expected?
      • How to reproduce the problem?
      • Server or Client side
      • Screen shots or Pictures of the problem
      • Server using and IP?
  4. Click Submit New Issue!

Contribution

Contribution can be done by pull requesting

How to:

  1. Fork this repo
  2. Clone the fork via
  • SSH git clone git@github.com:<your username>/HudAnnouncer.git or
  • HTTPS git clone https://github.com/<your username>/HudAnnouncer.git
  1. Change code base
  2. Add changes to git git add -A
  3. Commit changes to your clone git commit -m "<summary of changes made>"
  4. Push to your fork git push
  5. Create a Pull-Request on GitHub
  6. Wait for review