03.08.2012, 19:49
Sup guys, here is another dynamic FS made by me. I was looking around the forums for a SIMPLE bank system but all i found was a bunch of FS that used dialogs and ATMs. Me, personally, hate dialogs and the ATMs just looks too much like RP. So I decided i would help out anyone who needed a simple but efficient banking system. This isnt advanced because i was hoping anyone wanting to make a bank system can easily edit this code to fit there server. Well, keeping the credits of course.
What is it?
Scot's Dynamic Bank System (SDBS) is a easy to use, easy to edit banking system. Players can deposit, withdraw, transfer money from and to bank accounts. Don't want to get robbed with all that cash in your hand? Visit a bank!
It DOES load and save the business without you having to do anything! Just make sure you have the correct folders in the scriptfiles
Rcon Commands
/createbank [Creates bank]
/deletebank (id) [Deletes bank]
Player Commands
/deposit [amount] (takes in-hand cash and places into bank)
/withdraw [amount] (takes bank cash and places in-hand)
/transfer [player] [amount] (takes Playerid's BANK cash and places it into targets BANK account)
/balance (shows in-hand cash, bank cash, and total cash)
Installing
Download the folder, place the scriptfiles folders into the scriptfiles. Place the amx and pwn into your Filterscripts
REQUIRED INCLUDES
Credits
SnG.Scot_MisCuDi - Making the FS
Zeex - Zcmd
Dracoblue - Dini
Y_Less - Sscanf2
Incognito- Streamer plugin.
Bugs
Report them
Video
http://www.youtube.com/watch?v=B_7vj...ature=*********
What is it?
Scot's Dynamic Bank System (SDBS) is a easy to use, easy to edit banking system. Players can deposit, withdraw, transfer money from and to bank accounts. Don't want to get robbed with all that cash in your hand? Visit a bank!
It DOES load and save the business without you having to do anything! Just make sure you have the correct folders in the scriptfiles
Rcon Commands
/createbank [Creates bank]
/deletebank (id) [Deletes bank]
Player Commands
/deposit [amount] (takes in-hand cash and places into bank)
/withdraw [amount] (takes bank cash and places in-hand)
/transfer [player] [amount] (takes Playerid's BANK cash and places it into targets BANK account)
/balance (shows in-hand cash, bank cash, and total cash)
Installing
Download the folder, place the scriptfiles folders into the scriptfiles. Place the amx and pwn into your Filterscripts
REQUIRED INCLUDES
pawn Code:
#include <a_samp>
#include <Dini>
#include <sscanf2>
#include <zcmd>
#include <streamer>
SnG.Scot_MisCuDi - Making the FS
Zeex - Zcmd
Dracoblue - Dini
Y_Less - Sscanf2
Incognito- Streamer plugin.
Bugs
Report them
Video
http://www.youtube.com/watch?v=B_7vj...ature=*********