[FilterScript] [FS] EBank [Advanced Bank System (Dialogs)]
#21

Quote:
Originally Posted by XpDeviL
Very nice system. Thank you
Thnx & You're Welcome
Reply
#22

Looks good!

Can i make it so anyone with stars can't use the telel command?
Reply
#23

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/
Reply
#24

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

Like my script > http://forum.sa-mp.com/index.php?topic=173467.0 < nice
Reply
#26

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

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

It isn't saving deposit moneys.Creates file : Bank/.ini it must creates file: Bank/(name).ini
Reply
#29

i tested the script 1000000 times , most commenters tested it , my friends tested it and its 100% working.
Reply
#30

Its very useful for dm servers and cnr too!

Thanks, Ill use this.
Reply
#31

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!
Reply
#32

Echo ?
i thought its Etch xD
Reply
#33

post removed because it was unnecessary
Reply
#34

Nice Thanks for FS!
Reply
#35

I found a bug. I have 10000$ and i deposit 100000$ he give me -90000. Sry for my bad english...
Reply
#36

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)
Reply
#37

Ignore the topic on top, Well how can i make paydays like every 30min they will get cash like $10000 ?
Reply
#38

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;
}
Reply
#39

Good job! Will add it. Thanks
Reply
#40

Quote:
Originally Posted by Raptor_dewall
Посмотреть сообщение
Good job! Will add it. Thanks
ty
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)