Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 2.94 KB

README.md

File metadata and controls

80 lines (63 loc) · 2.94 KB

Store-Roulette

Contents

About

This plugin adds a Roulette that allows players to get credits by betting on it

Contacts

Downloads

Soon (TM) [AlliedModders]

GitHub

Showcase

Choose Roulette Type

Choose Type

Choose Amount of Credits as Member

Choose Amount Member

Choose Amount of Credits as VIP or with flag 'o'

Choose Amount VIP

Roulette Animation

Animation

Chat Win Message

Win Message

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 Store-Roulette 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 [email protected]:<your username>/Store-Roulette.git or
  • HTTPS git clone https://github.com/<your username>/Store-Roulette.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