[FilterScript] Smart & Fast & Simple - Bank System [BR Bank] (Without registration)
#1

BR Bank System

Hello guys,

Today I brought you a simple bank system, fast and smart.
The money saved by Dini without registration system.
Of course you can modify and add register if necessary...
When you leave the bank you back to where you came from.

Installation
1. Extract the files from the archive into the SA:MP Server folder.
2. In server.cfg add to "filterscripts" line: "Bank.amx".
3. Restart you'r server & enjoy :]

Screenshots: http://imageshack.us/g/706/samp290v.png/

V0.1:
Download [English]: http://www.mediafire.com/?xfb4n1r3cv24e3w
Download [Hebrew]: http://www.ex-rp.com/samp/files/pawn/BankSystem.rar
Pastebin: http://pastebin.com/vSYbpzNJ

What's coming on the next version:
- Dialogs.
- Option to deposit all you'r money.

- Suggestions and links are welcome.


Enjoy
Reply
#2

Can you show us some Video or SS??
Reply
#3

ya some pics or vid please cuz tested and i didnt found bank
Reply
#4

Why not use zCMD + sscanf?
Reply
#5

Screenshots: http://imageshack.us/g/706/samp290v.png/
Reply
#6

thanks
Reply
#7

Quote:
Originally Posted by Sami Ham
Посмотреть сообщение
thanks
Quote:
Originally Posted by xDarkRed
Посмотреть сообщение
Very nice! thanks
Enjoy guys ;]
If you have any problems with the system contact me.
Reply
#8

Nice!
Reply
#9

Nice job. This has a tele cmd. Thats why I like it.
(could you do sendclientmsgtoall when you type /bank? )
Reply
#10

Quote:
Originally Posted by petrolhead
Посмотреть сообщение
Nice job. This has a tele cmd. Thats why I like it.
(could you do sendclientmsgtoall when you type /bank? )
pawn Код:
if(strcmp(cmdtext,"/bank",true) == 0)
{
    Interior[playerid] = GetPlayerInterior(playerid);
    GetPlayerFacingAngle(playerid,Pos[playerid][3]);
    GetPlayerPos(playerid,Pos[playerid][0],Pos[playerid][1],Pos[playerid][2]);
    PlayerPlaySound(playerid,1063,0.0,0.0,0.0);
    GameTextForPlayer(playerid,"~w~bank",1000,1);
    SetPlayerPos(playerid,2144.2148,1630.1636,993.5761);
    SetPlayerFacingAngle(playerid,357.1255);
    SetPlayerVirtualWorld(playerid,0);
    SetCameraBehindPlayer(playerid);
    SetPlayerInterior(playerid,1);
    format(str,128,"\"%s\" (%d) Is now in the /Bank",GetName(playerid),playerid);
    SendClientMessageToAll(COLOR_YELLOW,str);
    return true;
}
Reply
#11

Pro Bluerey, Nice System
Reply
#12

Nice one but how chould you make it a with out registration ? i dont get it

Quote:
Originally Posted by petrolhead
Посмотреть сообщение
Nice job. This has a tele cmd. Thats why I like it.
(could you do sendclientmsgtoall when you type /bank? )
So that do you want a Big dm in banks ?
Reply
#13

up. ^^
Reply
#14

Very good work! Liked the script
Reply
#15

up
Reply
#16

Great!
Reply
#17

Getting this thread up will not increase the count of users, people today uses their own saving data systems and first saving the bank money as it's one of the first data types for every server. I'm suggesting you to publish some useful system and then bump them.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)