This plugin adds a Roulette that allows players to get credits by betting on it
Soon (TM) [AlliedModders]
If you found any bug on this plugin please report it:
- Make sure your issue hasn't already been fixed and that it hasn't been reported yet
- Go to the issues page and click new issue
- 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?
- Do not tag it with something like
- Click
Submit New Issue
!
Contribution can be done by pull requesting
How to:
- Fork this repo
- Clone the fork via
- SSH
git clone git@github.com:<your username>/Store-Roulette.git
or - HTTPS
git clone https://github.com/<your username>/Store-Roulette.git
- Change code base
- Add changes to git
git add -A
- Commit changes to your clone
git commit -m "<summary of changes made>"
- Push to your fork
git push
- Create a Pull-Request on GitHub
- Wait for review