Page 1 of 1

Bank

Posted: Fri May 13, 2016 11:01 am
by Mahi
Mahi's Bank Plugin
A simple bank plugin with deposit and withdraw features.
Notice that this plugin is still in alpha, and although fully functional, it might contain bugs and many important features are still being worked on.

Installation Instructions
Go to https://github.com/Mahi/SP-Bank and press "Download ZIP". Extract the "addons" folder into your game folder.
Add "sp load bank" into your autoexec.cfg, or simply load it manually through the console using the same command.

Working commands
All of these can be used either through chat or console:
  • balance -- checks your balance and prints it to the chat (for you only)
  • deposit <amount> -- deposits the desired amount to your bank
  • withdraw <amount> -- withdraws the desired amount from your bank
Missing features
  • Menus
  • Configs

Re: Bank

Posted: Sun May 15, 2016 10:39 am
by iPlayer
So, I looked through this and thought, maybe you could add some bonuses for keeping the money in the bank? (Sorry, I don't know how it's exactly called in English). Like, you put $1000 in the bank, and the next round your balance will be $1010.

Re: Bank

Posted: Sun May 15, 2016 10:45 am
by Mahi
I believe it's called interest rate, and yeah that's a really good idea!! The current "missing features" section is my priority at the moment with this plugin, but I'll make sure to add interest rate too! Really good suggestion, thanks! :)