Re: [FS] EBank [Advanced Bank System (Dialogs)] -
aircombat - 28.05.2010
Quote:
Originally Posted by XpDeviL
Very nice system. Thank you 
|
Thnx & You're Welcome

Re: [FS] EBank [Advanced Bank System (Dialogs)] -
Jackster - 11.06.2010
Looks good!
Can i make it so anyone with stars can't use the telel command?
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
aircombat - 11.06.2010
Quote:
Originally Posted by Jackster
Looks good!
Can i make it so anyone with stars can't use the telel command?
|
Done. here is the download link :
http://www.solidfiles.com/d/a44/
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
willsuckformoney - 12.06.2010
Haven't downloaded or setup yet but this would do great because i have /rob xD
EDIT: When i click cancel to close the dialog it kicked me..
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
DarkPower - 12.06.2010
Like my script >
http://forum.sa-mp.com/index.php?topic=173467.0 < nice
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
willsuckformoney - 12.06.2010
Quote:
Originally Posted by DarkPower
|
Yes this one worked and i like that you don't have to enter the bank to use it xD
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
aircombat - 12.06.2010
Quote:
Originally Posted by willsuckformoney
Haven't downloaded or setup yet but this would do great because i have /rob xD
EDIT: When i click cancel to close the dialog it kicked me..
|
its conflicting with another dialog.
Quote:
Originally Posted by DarkPower
|
not very similar , there are alot of difference between them
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
Nightmare[TR] - 06.07.2010
It isn't saving deposit moneys.Creates file : Bank/.ini it must creates file: Bank/(name).ini
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
aircombat - 07.07.2010
i tested the script 1000000 times , most commenters tested it , my friends tested it and its 100% working.
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
Lorenc_ - 07.07.2010
Its very useful for dm servers and cnr too!
Thanks, Ill use this.
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
Ehab1911 - 09.07.2010
YO! That's awesome!! but I changed something I said :
SendClientMessage(playerid,COLOR_YELLOW,"New bank system.Thanks Echo for this awesome bank system!");

... Keep it up!
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
aircombat - 09.07.2010
Echo

?
i thought its Etch xD
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
Johny_James - 22.07.2010
post removed because it was unnecessary
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
Johny_James - 27.07.2010
Nice Thanks for FS!
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
adimgg901 - 20.02.2011
I found a bug. I have 10000$ and i deposit 100000$ he give me -90000. Sry for my bad english...
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
tanush - 23.02.2011
well sorry i removed /telebank cause im making rp and second how i create more banks, i created one but it teleported me to first outbank (near lspd)
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
tanush - 22.03.2011
Ignore the topic on top, Well how can i make paydays like every 30min they will get cash like $10000 ?
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
aircombat - 22.03.2011
Under OnGameModeInit :
Код:
SetTimer("payday",1800000,true);
then anywhere else (not under any publics) :
Код:
forward payday(playerid);
public payday(playerid)
{
for(new i=0;i < MAX_PLAYERS; i++)
{
GivePlayerMoney(i,10000);
}
SendClientMessageToAll(COLOR_RED,"It's Payday Time , You Recieved 10000$");
return 1;
}
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
Raptor_dewall - 22.03.2011
Good job! Will add it. Thanks
Re: [FS] EBank [Advanced Bank System (Dialogs)] -
aircombat - 25.03.2011
Quote:
Originally Posted by Raptor_dewall
Good job! Will add it. Thanks
|
ty