SA-MP Forums Archive
[FilterScript] [FS]AGnatonal Bank System v2.0 by [AG]ace - 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] [FS]AGnatonal Bank System v2.0 by [AG]ace (/showthread.php?tid=153786)

Pages: 1 2


[FS]AGnatonal Bank System v2.0 by [AG]ace - KDlivest954 - 10.06.2010

AGnational v2.0(BANK SYSTEM)

changelog:
-ATM's
-wiret command fix

This is a Very simple yet good FS created by [AG]ace.

DOWNLOAD HERE >>> MediaFire

The Bank is by LSPD station(the money sign on the map)//you can always change the coordinates of the pickup if needed

CMDS:
-/bankhelp
-/withdraw
-/deposit
-/wiret
-/balance
-/exit


SCREENS:
No, i don't see a reason for em.....


You'll find all the information needed in file "AGnational ReadMe.txt" in the FS.

HAVE FUN!

Scripted By [AG]ace, with help from Ian, Marshall, and Etch.
p.s. This is my first FS release UPDATE :P


Re: [FS]AGnatonal Bank System by [AG]ace - Kar - 10.06.2010

oo nice! finally gonna use thiis


Re: [FS]AGnatonal Bank System by [AG]ace - KDlivest954 - 10.06.2010

Quote:
Originally Posted by Kar
oo nice! finally gonna use thiis
thnx. :P


Re: [FS]AGnatonal Bank System by [AG]ace - Chrisspartan - 10.06.2010

Nice script ace!


Re: [FS]AGnatonal Bank System by [AG]ace - KDlivest954 - 10.06.2010

Quote:
Originally Posted by Chrisspartan
Nice script ace!
thnx chris


Re: [FS]AGnatonal Bank System by [AG]ace - tanush - 11.06.2010

thanks Ace


Re: [FS]AGnatonal Bank System by [AG]ace - KDlivest954 - 18.06.2010

Quote:
Originally Posted by tanush
thanks Ace
NP.


Re: [FS]AGnatonal Bank System by [AG]ace - Montis123 - 18.06.2010

simple but good script


Re: [FS]AGnatonal Bank System by [AG]ace - KDlivest954 - 23.06.2010

thnx wait till u see my NEXT one. its gunna be awsome!


Re: [FS]AGnatonal Bank System by [AG]ace - iZN - 23.06.2010

Nice work.



Re: [FS]AGnatonal Bank System by [AG]ace - Plugy - 23.06.2010

Easy to use, Good work !


Re: [FS]AGnatonal Bank System by [AG]ace - IanDaCJ - 23.06.2010

great FS
Good For RP's


Re: [FS]AGnatonal Bank System by [AG]ace - KDlivest954 - 23.06.2010

Quote:
Originally Posted by Plugy
Easy to use, Good work !
Quote:
Originally Posted by [SR
Arbash™ | ❶❸❸❼ ]
Nice work.
Quote:
Originally Posted by ιαи∂αўנ
great FS
Good For RP's
thanks ppl.



Re: [FS]AGnatonal Bank System by [AG]ace - Fenom - 24.06.2010

Hi!
Can you tell me what coordinates and where in the scriptfile I must add to make more places for banks.
And how to make witdrawing, depositing... money outside at the ATM's ?? And not inside.
with coordinates of atms so when im near a ATM i can use the fucntions.


Re: [FS]AGnatonal Bank System by [AG]ace - KDlivest954 - 24.06.2010

Quote:
Originally Posted by tom
Hi!
Can you tell me what coordinates and where in the scriptfile I must add to make more places for banks.
And how to make witdrawing, depositing... money outside at the ATM's ?? And not inside.
with coordinates of atms so when im near a ATM i can use the fucntions.
im working on ATM's. So that'll be in an update. and the coordinates u gota add is
Code:
public OnPlayerConnect(playerid)
{
	Bank2* = CreatePickup(X,Y,Z,world);
    SetPlayerMapIcon(playerid,pick an ID,Xofbank2,Yofbank2,Zofbank2,52,0);
	return 1;
}
* Jus keep adding a number to bank when u add another one. (Ex. Bank1, Bank2, Bank3, Bank4)

and then add this:
Code:
public OnPlayerPickUpPickup(playerid,pickupid)
{
	if(pickupid == Bank2) {
		SetPlayerInterior(playerid,10);
		SetPlayerPos(playerid,6.091180,-29.271898,1003.549988);
		pBankInfo[playerid][PLAYER_INBANK] = 1;
	 	GameTextForPlayer(playerid,"~r~/exit ~b~to leave the bank",5000,3);
	}
	return 1;
}
Hope that helped(tell me if it didn't) xD




Re: [FS]AGnatonal Bank System by [AG]ace - Fenom - 24.06.2010

So your working on the atm's.
When will that be done?


Re: [FS]AGnatonal Bank System by [AG]ace - KDlivest954 - 24.06.2010

1-2 days tops.


Re: [FS]AGnatonal Bank System by [AG]ace - andreyeu2007 - 24.06.2010

Very, Very Nice


Re: [FS]AGnatonal Bank System by [AG]ace - Fenom - 24.06.2010

can't wait.



Re: [FS]AGnatonal Bank System by [AG]ace - KDlivest954 - 24.06.2010

Quote:
Originally Posted by andreyeu2007
Very, Very Nice
thank you
Quote:
Originally Posted by fenom
can't wait.
thnx ndddd. you don't have to wait, jus updated to v2.0!! there is now ATMs in LS.