SA-MP Forums Archive
[FilterScript] Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Smart & Fast & Simple - Bank System [BR Bank] (Without registration) (/showthread.php?tid=324817)



Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - BlueRey - 10.03.2012

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


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - Paul_Saint - 11.03.2012

Can you show us some Video or SS??


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - Sami Ham - 11.03.2012

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


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - _DownLoaD_ - 11.03.2012

Why not use zCMD + sscanf?


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - BlueRey - 11.03.2012

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


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - Sami Ham - 11.03.2012

thanks


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - BlueRey - 12.03.2012

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.


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - techg9 - 17.03.2012

Nice!


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - petrolhead - 17.03.2012

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


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - BlueRey - 18.03.2012

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;
}



Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - VeryGooD - 21.03.2012

Pro Bluerey, Nice System


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - samp4you - 21.03.2012

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 ?


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - BlueRey - 03.04.2012

up. ^^


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - Lidorrr - 03.04.2012

Very good work! Liked the script


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - BlueRey - 18.04.2012

up


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - Lidorrr - 01.07.2012

Great!


Re: Smart & Fast & Simple - Bank System [BR Bank] (Without registration) - Amit_B - 05.07.2012

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.