[FilterScript] [FS]AGnatonal Bank System v2.0 by [AG]ace
#1

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
Reply
#2

oo nice! finally gonna use thiis
Reply
#3

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

Nice script ace!
Reply
#5

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

thanks Ace
Reply
#7

Quote:
Originally Posted by tanush
thanks Ace
NP.
Reply
#8

simple but good script
Reply
#9

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

Nice work.
Reply
#11

Easy to use, Good work !
Reply
#12

great FS
Good For RP's
Reply
#13

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.
Reply
#14

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.
Reply
#15

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

Reply
#16

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

1-2 days tops.
Reply
#18

Very, Very Nice
Reply
#19

can't wait.
Reply
#20

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)