24.02.2013, 05:25
Introduction
This is my second 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 )
Features
1) Dialog-based.
2) 1 command.
3) Abilities to :
Pictures
NOTE: Click on the link!
http://prntscr.com/ty1d6
http://prntscr.com/ty1m2
http://prntscr.com/ty1rx
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 "greenBank" ( 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/Djq6XjKW
Credits
****** => YSI Library.
Creator of IsNumeric.
Bugs
None. Please report if you found one
Have fun with the script
This is my second 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 )
Features
1) Dialog-based.
2) 1 command.
pawn Код:
"/bank" -> "Shows up the bank menu"
pawn Код:
"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"
NOTE: Click on the link!
http://prntscr.com/ty1d6
http://prntscr.com/ty1m2
http://prntscr.com/ty1rx
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 "greenBank" ( 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/Djq6XjKW
Credits
****** => YSI Library.
Creator of IsNumeric.
Bugs
None. Please report if you found one

Have fun with the script
