[FilterScript] QBank - Basic Banking System (Sa-mp 0.3)
#1

[B]
QBank System( v2 )
First Release
Basic Banking Script by: Qu3esL




INTRODUCTION
- Hello guys, i made this Filterscript with help from currencyinstacks. I have made a basic in-game Banking system with lots of options listed and given all the pictures / images about the system. The FS. is explained well with all editions. You can edit the script but keep the credits (Especially Mine: Qu3esL ). You can enable or disable instant banking by editing the script top section in config and edit the bank pickup position too and lot more. Please COMMENT, REP+, SUGGEST if you found the script helpful, you got any suggestion or any other reason. Download the script for max knowledge about banking in-game.



FEATURES
- Saves player data as (Balance, FeesPaid, TransMade, BankVisits, IntGained, TaxesPaid)
- Uses Dini (Sorry )
- Use instant banking by /Bank
- Check balance instantly by /Balance
- Edit pickups for bank dialog automatic openings
- Textdraw for bank balance
- Configuration Easily explained: ( Edit if you want )
pawn Код:
//======CONFIG======//

#define QBank_FILE                  "QBank/%s.ini"//Change the value if you want but dont forget to create the folder
#define QBank_MESSAGE               0xFFFFFFAA//Bank sucess message colour
#define QBank_ERROR                 0xAA3333AA//Bank error message colour
#define QBank_INSTANT_BANKING       1//To start banking through /bank with pickups
#define QBank_TRANS_FEE             1//The fee for transactions(default $1).
#define QBank_INTEREST_RATE         3//(1 = 2.0125%, 2 = 3.125%, 3 = 6.25% (default 6.25%))
#define QBank_TAXES_RATE            1//(1 = 2.0125%, 2 = 3.125%, 3 = 6.25% (default 2.0125%))
#define QBank_INTEREST_PAYOUT_TIME  3600000//Interest payout time(default 1 hour)
#define QBank_TAXES_PAYOUT_TIME     1800000//Interest payout time(default 30 mins)
#define QBank_X                     0.0//Position X
#define QBank_Y                     0.0//Position Y
#define QBank_Z                     0.0//Position Z
- Use of ZCMD, /Bank & /Balance
- Fast Loading money System
- Configuration in Dialogs
- Total lines: 455 ( v2)
- Added More Commands ( v2)
- Added New Bank Map ( v2)
- Fixed Dialog Bugs ( v2)



IMAGES



























- Thanks to vvhy for the bank map . SOME BANK SCREEN SHOTS
Didn't Shown these images because MAX_IMAGES allowed here is 20
/imageshack/img256/9343/bankdd.png
=> Bank Main Scene


/imageshack/img651/7786/bank2c.png
=> Door Way


/imageshack/img818/3164/bank3a.png
=> Hallway


/imageshack/img442/8613/bank4c.png
=> Basement


/imageshack/img845/554/bank5r.png
=> Vault


DOWNLOAD
VERSION 1 ( v1 ):

VERSION 2 ( v2 ):




TUTORIAL
pawn Код:
#define QBank_FILE                  "QBank/%s.ini"//Change the value if you want but dont forget to create the folder
- This is the saving area or position of the player files or bank statics which get loaded on connect and saves on disconnect. You can change this by defining the Folder name but don't forget to make a folder similar to the name you entered in the script to add in Scriptfiles.


pawn Код:
#define QBank_MESSAGE               0xFFFFFFAA//Bank sucess message colour
#define QBank_ERROR                 0xAA3333AA//Bank error message colour
- These are simple definitions for giving the messages a specific color in Main Chat. You can change them by changing the hex value (e.g. 0xFFFFFFAA).


pawn Код:
#define QBank_INSTANT_BANKING       1//To start banking through /bank with pickups
- By entering true / 1 You can enable instant banking like Transferring, depositing, withdrawing, or many other features through CMDS anywhere. But putting the value to false / 0 Will disable it.


pawn Код:
#define QBank_TRANS_FEE             1//The fee for transactions(default $1)
- This will charge the player the TRANS FEES for transferring, Depositing, or Checking personal Information about banking. Change the value and the player will get charged the value defined. 0 = Free Of Cost


pawn Код:
#define QBank_INTEREST_RATE         3//(1 = 2.0125%, 2 = 3.125%, 3 = 6.25% (default 6.25%))
#define QBank_TAXES_RATE            1//(1 = 2.0125%, 2 = 3.125%, 3 = 6.25% (default 2.0125%))
- The first one is the definition of Interest on players deposited money. Increase it if you want more interest rate or either decrease it. Definitions: (1 = 2.0125%, 2 = 3.125%, 3 = 6.25% (default 6.25%))

- The second one is the Taxes rate. It is also same as the rates. You can increase it to get more taxes from player with a specific period of time as you defined. Definitions: (1 = 2.0125%, 2 = 3.125%, 3 = 6.25% (default 2.0125%))


pawn Код:
#define QBank_INTEREST_PAYOUT_TIME  3600000//Interest payout time(default 1 hour)
#define QBank_TAXES_PAYOUT_TIME     1800000//Interest payout time(default 30 mins)
- Edit the timers if you want. These are the the time in which on ending the player get Interest on the first definition and are Charged taxes in the second definition. Definitions: 1000 = 1 Second


pawn Код:
#define QBank_X                     0.0//Position X
#define QBank_Y                     0.0//Position Y
#define QBank_Z                     0.0//Position Z
- Edit these lines if you got a new map or a bank pickup. Edit the Float:X value in QBank_X, Float:Y value in QBank_Y, & Float:Z value in QBank_Z.



MAIN COMMANDS
/Bank Instant Banking Main - Menu (If INSTANT_BANKING Enabled)
/Balance Check Your Bank Balance
/Statement Full Bank Statement or Player Bank Statics
/Sendcash Instant Transferring of maney (If INSTANT_BANKING Enabled)
/Deposit Instant Money depositing (If INSTANT_BANKING Enabled)
/Withdraw Instant Withdrawing Money (If INSTANT_BANKING Enabled)
/Banktele Instant Bank Teleport (If INSTANT_BANKING Enabled) POSITION: 322.4677, 110.0439, 1003.2095
Reply


Messages In This Thread
QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 11.09.2012, 16:10
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Excel™ - 11.09.2012, 16:24
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 11.09.2012, 17:13
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 12.09.2012, 08:42
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Nirzor - 12.09.2012, 15:11
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 12.09.2012, 15:32
Re: QBank - Basic Banking System (Sa-mp 0.3) - by denNorske - 13.09.2012, 08:31
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Glint - 13.09.2012, 08:38
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 13.09.2012, 08:41
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Excel™ - 13.09.2012, 10:24
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 13.09.2012, 10:25
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 13.09.2012, 11:31
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Excel™ - 13.09.2012, 11:31
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 13.09.2012, 11:44
Re: QBank - Basic Banking System (Sa-mp 0.3) - by AliveBG - 13.09.2012, 13:03
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 13.09.2012, 13:04
AW: QBank - Basic Banking System (Sa-mp 0.3) - by BiosMarcel - 13.09.2012, 14:24
Re: AW: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 13.09.2012, 14:43
Re: QBank - Basic Banking System (Sa-mp 0.3) - by BlackVip - 13.09.2012, 14:49
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 13.09.2012, 14:51
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 14.09.2012, 12:29
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 14.09.2012, 13:17
Re: QBank - Basic Banking System (Sa-mp 0.3) - by DeadLy™ - 15.09.2012, 08:05
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 15.09.2012, 08:10
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Excel™ - 16.09.2012, 15:10
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 16.09.2012, 15:18
Re: QBank - Basic Banking System (Sa-mp 0.3) - by [LB]BlAcK_DeViL - 16.09.2012, 17:37
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 17.09.2012, 06:58
Re: QBank - Basic Banking System (Sa-mp 0.3) - by toxiic - 17.09.2012, 07:11
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 17.09.2012, 07:20
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Excel™ - 17.09.2012, 12:51
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 17.09.2012, 12:52
Re: QBank - Basic Banking System (Sa-mp 0.3) - by [WA]iRonan - 29.12.2012, 17:11
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Astrais - 01.01.2013, 22:21
Re: QBank - Basic Banking System (Sa-mp 0.3) - by $$inSane - 13.01.2015, 06:19
Re : QBank - Basic Banking System (Sa-mp 0.3) - by dangerkiller - 15.01.2015, 11:55
Re: QBank - Basic Banking System (Sa-mp 0.3) - by s3rious - 15.01.2015, 12:02
Re: QBank - Basic Banking System (Sa-mp 0.3) - by Qu3esL - 02.03.2015, 10:26

Forum Jump:


Users browsing this thread: 4 Guest(s)