[FilterScript] [FS]AGnatonal Bank System v2.0 by [AG]ace
#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


Messages In This Thread
[FS]AGnatonal Bank System v2.0 by [AG]ace - by KDlivest954 - 10.06.2010, 19:22
Re: [FS]AGnatonal Bank System by [AG]ace - by Kar - 10.06.2010, 19:26
Re: [FS]AGnatonal Bank System by [AG]ace - by KDlivest954 - 10.06.2010, 20:27
Re: [FS]AGnatonal Bank System by [AG]ace - by Chrisspartan - 10.06.2010, 21:16
Re: [FS]AGnatonal Bank System by [AG]ace - by KDlivest954 - 10.06.2010, 21:27
Re: [FS]AGnatonal Bank System by [AG]ace - by tanush - 11.06.2010, 01:37
Re: [FS]AGnatonal Bank System by [AG]ace - by KDlivest954 - 18.06.2010, 13:48
Re: [FS]AGnatonal Bank System by [AG]ace - by Montis123 - 18.06.2010, 13:50
Re: [FS]AGnatonal Bank System by [AG]ace - by KDlivest954 - 23.06.2010, 02:29
Re: [FS]AGnatonal Bank System by [AG]ace - by iZN - 23.06.2010, 05:26
Re: [FS]AGnatonal Bank System by [AG]ace - by Plugy - 23.06.2010, 05:34
Re: [FS]AGnatonal Bank System by [AG]ace - by IanDaCJ - 23.06.2010, 17:26
Re: [FS]AGnatonal Bank System by [AG]ace - by KDlivest954 - 23.06.2010, 17:33
Re: [FS]AGnatonal Bank System by [AG]ace - by Fenom - 24.06.2010, 06:59
Re: [FS]AGnatonal Bank System by [AG]ace - by KDlivest954 - 24.06.2010, 14:51
Re: [FS]AGnatonal Bank System by [AG]ace - by Fenom - 24.06.2010, 16:09
Re: [FS]AGnatonal Bank System by [AG]ace - by KDlivest954 - 24.06.2010, 16:27
Re: [FS]AGnatonal Bank System by [AG]ace - by andreyeu2007 - 24.06.2010, 18:11
Re: [FS]AGnatonal Bank System by [AG]ace - by Fenom - 24.06.2010, 18:53
Re: [FS]AGnatonal Bank System by [AG]ace - by KDlivest954 - 24.06.2010, 21:12
Re: [FS]AGnatonal Bank System v2.0 by [AG]ace - by [Weponz] - 09.07.2010, 17:55
Re: [FS]AGnatonal Bank System v2.0 by [AG]ace - by KDlivest954 - 25.07.2010, 19:34
Re: [FS]AGnatonal Bank System v2.0 by [AG]ace - by Kostas' - 22.09.2011, 12:12
Re: [FS]AGnatonal Bank System v2.0 by [AG]ace - by myandyou - 18.01.2012, 19:38
Re: [FS]AGnatonal Bank System v2.0 by [AG]ace - by Kukkurloom - 12.02.2012, 10:06
Re: [FS]AGnatonal Bank System v2.0 by [AG]ace - by thanosx - 25.08.2012, 18:36
Re: [FS]AGnatonal Bank System v2.0 by [AG]ace - by Lookin - 26.08.2012, 07:34
Re: [FS]AGnatonal Bank System v2.0 by [AG]ace - by Astrais - 26.12.2012, 12:34
Re: [FS]AGnatonal Bank System v2.0 by [AG]ace - by Astrais - 26.12.2012, 22:22
Re: [FS]AGnatonal Bank System v2.0 by [AG]ace - by Astrais - 27.12.2012, 15:03
Re: [FS]AGnatonal Bank System v2.0 by [AG]ace - by Simmons - 27.12.2012, 15:08
Re: [FS]AGnatonal Bank System v2.0 by [AG]ace - by Justin Reif - 27.12.2012, 15:13

Forum Jump:


Users browsing this thread: 18 Guest(s)