[Include] YBANK - Easy & Very simple to use! V1
#1

YBANK
YLLERON'S BANK SYSTEM v1.7a

Hi, everyone. I start to work on a new, simple include called YBANK. It is a banking system. I try to create somethin' else than GM, more simple and easy to use. Maybe there is a better system, i don't know, but this is a good chance to make somethin', that can be better and better (UPDATES). In case you find a mistake or bug, don't hesitate to contact me via PM or send feedback below.

Ok, now i present you this (my) little script called YBANK.

Create a bank is very easy just find place where do you want to make pickup into bank.
pawn Код:
public OnGameModeInit()
{
    CreateYBank(1958.3783, 1343.1572, 15.3746, "State bank");
    return 1;
}
This make bank in location 1958.3783, 1343.1572, 15.3746 with name State bank.
If you would make more banks, just write another line with new float positions and name. Important settings in version 1.4a are set of dini. You have to create new folder in scriptfiles - "/scriptfiles/ybank/users/"

UPDATE: 1.4a
Код:
- This version contain new system - save to file
- Can delete account
- Account protected by password
UPDATE: 1.6
Код:
- Can change bank pass
- Added simple password hash
Another important settings is call function in gamemode. To call YBANK functions you could do this:
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    yOnDialogResponse(playerid, dialogid, response, listitem, inputtext);
    return 1;
}


public OnPlayerPickUpPickup(playerid, pickupid)
{
        yOnPlayerPickUpPickup(playerid, pickupid);
    return 1;
}
simple example how to use this script:
pawn Код:
public OnPlayerSpawn(playerid)
{
        // this give cash to player's bank
        ybank_SetMoney ( playerid, 5000 );
}
Dialogs and pickups need call to main public of GM. At this time is all very simple and we continue.
To check, set, get, give, take someones money you will need this YBANK stocks:

Set bank cash:
Код:
ybank_SetMoney( playerid, cash )
Delete amout cash in bank:
Код:
ybank_Delete( playerid, cash )
Get cash in bank:
Код:
ybank_Money( playerid )
Add cash to bank
Код:
ybank_Add( playerid, cash )
Dialog has contain basic function for bank system
Код:
1. Account status
2. Draw amout
3. Deposit to bank
4. Transact cash
5. Change Pass
6. Delete account
Anyway i try to make it better and better, maybe that will be another good script, which help to everyone.


Download:
Mediafire v1: DOWNLOAD
MediaFire v1.4a: DOWNLOAD
Pastebin v1.6: VIEW

Newest:
Pastebin v1.7a:VIEW // Fixed - thanks to Bartando
Reply
#2

Nice and simple to use
Reply
#3

Quote:
Originally Posted by Rock_Ro
Посмотреть сообщение
Nice and simple to use
Thank you
Reply
#4

nice
thanks
Reply
#5

YBANK UPDATED! V1.2
- Added new function as transaction to other player's account
- Fixed string in dialog by IsNumeric
Reply
#6

nice
Reply
#7

Quote:
Originally Posted by dud
Посмотреть сообщение
nice
Thank you, i'll try to make diferent version
Reply
#8

this looks cool:

Код:
#define c_YBANK::   c_YBANK_
#define YBANK::     YBANK_
#define PDATA::     PDATA_
but what the hell for?
Reply
#9

UPDATE: 1.4a
- This version contain new system - save to file
- Can delete account
- Account protected by password
Reply
#10

UPDATE: 1.6
Код:
- Can change bank pass
- Added simple password hash
Recommended version. This release contain all important bank features.
Reply
#11

Doesnt function for my i Create Bank (pickup) and i PickUp it and pickup hide and nothing
Do you know what is bad?


In czech:
Skusil jsem si vytvort banku no a kdyz jsem vzal pickup vytvoreny CreateYBank tak akorad pickup zmizel :/
Nevite co je spatne?
Reply
#12

Try this fixed version:

UPDATED to 1.7a
PASTEBIN
Reply
#13

hello
I think you do not have this ---> } or this {
Reply
#14

very nice include
GJ ylleron
Reply
#15

Do you have any errors? With 1,7 Version? I have
Reply
#16

which ? Please report i will be glad
Reply
#17

Oh really . So sorry. I am gonna to fix it

Version fixed. Thanks to bartando !
Reply
#18

I thought it's y_bank
Gonna try this.
Reply
#19

Quote:
Originally Posted by letters
Посмотреть сообщение
I thought it's y_bank
Gonna try this.
What? what is y_bank ?
Reply
#20

I don know how :/ What i must PRESS? :/ becose i stay at Arrow pickup and nothing do :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)