14.10.2013, 19:49
(
Last edited by LemonPunch; 15/10/2013 at 05:51 PM.
)
Introduction
This is my Third filterscript I have published at SA-MP forums.
It is a basic bank system, that is using Y_INI to save the player's files.
( NOTE: The bank can be opened everywhere using /bank )
I would appreciate a reputation too.
Features
1) Dialog-based.
2) 1 command.
3) Abilities to :
[CODE]"Balance" -> "View your bank balance"
"Deposit" -> "Deposit some of your money to your bank account"
"Withdraw" -> "Withdraw some of your money from your bank account"[/CODE
Pictures:
http://prntscr.com/ty1d6
http://prntscr.com/ty1m2
http://prntscr.com/ty1ui
http://prntscr.com/ty238
http://prntscr.com/ty266
http://prntscr.com/ty29r
How to install
1) Paste the script from the pastebin link.
2) Compile the script
-> You must have the YSI library.
3) CREATE A FOLDER AT SCRIPTFILES called "lemonbank" ( without the quotes ), or else the filterscript will not save.
4) Add the filterscript at server.cfg ( Make sure it is the first filterscript or it can cause some conflicts with Dialog IDs )
5) Ingame, type /bank to open the bank account.
Download:
http://pastebin.com/cEJahGdM
Credits
Y_Less => YSI Library.
Creator of IsNumeric.
Bugs
None. Please report if you found one
Have fun with the script
This is my Third filterscript I have published at SA-MP forums.
It is a basic bank system, that is using Y_INI to save the player's files.
( NOTE: The bank can be opened everywhere using /bank )
I would appreciate a reputation too.
Features
1) Dialog-based.
2) 1 command.
Code:
"/bank" -> "Shows up the bank menu"
[CODE]"Balance" -> "View your bank balance"
"Deposit" -> "Deposit some of your money to your bank account"
"Withdraw" -> "Withdraw some of your money from your bank account"[/CODE
Pictures:
http://prntscr.com/ty1d6
http://prntscr.com/ty1m2
http://prntscr.com/ty1ui
http://prntscr.com/ty238
http://prntscr.com/ty266
http://prntscr.com/ty29r
How to install
1) Paste the script from the pastebin link.
2) Compile the script
-> You must have the YSI library.
3) CREATE A FOLDER AT SCRIPTFILES called "lemonbank" ( without the quotes ), or else the filterscript will not save.
4) Add the filterscript at server.cfg ( Make sure it is the first filterscript or it can cause some conflicts with Dialog IDs )
5) Ingame, type /bank to open the bank account.
Download:
http://pastebin.com/cEJahGdM
Credits
Y_Less => YSI Library.
Creator of IsNumeric.
Bugs
None. Please report if you found one
Have fun with the script