SA-MP Forums Archive
[FilterScript] Realistic ATM System - MySQL - 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] Realistic ATM System - MySQL (/showthread.php?tid=641581)



Realistic ATM System - MySQL - nieXpro - 17.09.2017

Hi, I've been trying so hard for this system. The system has 2 languages (English & Turkish).

RolePlay is suitable for servers. I did not encounter any errors. Let me know if you find an error. Thank you, I apologize for my bad english.



The language setting:
Code:
#define     Language   (2)  //   1 = TR (Turkish)  |   2 = EN (English)
ATM Settings
Code:
#define     MAX_ATM		(5)     //  Maximum number of ATMs
#define     ATM_OBJECT		(19324) // Atm object
Commands:

Code:
/createatm  -- Atm creates.
/deleteatm -- Atm deletes.
/editatm -- Edit ATM.

Pictures





Download:

Pastebin

Note: MySQL R40+ was used.



Re: Realistic ATM System - MySQL - OverflowJ - 17.09.2017

Good, well programmed


Re: Realistic ATM System - MySQL - zMason - 17.09.2017

Looks nice


Re: Realistic ATM System - MySQL - nieXpro - 18.09.2017

Thank you for your comments friends.


Re: Realistic ATM System - MySQL - OmerKhan - 18.09.2017

Good job man, No Sqlite version for this ?


Re: Realistic ATM System - MySQL - DonaldDuck - 18.09.2017

Nice job.


Re: Realistic ATM System - MySQL - nieXpro - 20.09.2017

Quote:
Originally Posted by OmerKhan
View Post
Good job man, No Sqlite version for this ?
Maybe in future.

Quote:
Originally Posted by DonaldDuck
View Post
Nice job.
Thanks.


Re: Realistic ATM System - MySQL - Chickenmofo - 20.09.2017

Nice one


Re: Realistic ATM System - MySQL - AzaMx - 21.09.2017

Damn, this looking nice.
I wish you can hides the password instead of showing them.

8/10, good job!


Re: Realistic ATM System - MySQL - Mr.Vince™ - 21.09.2017

Pretty Cool
10/10


Re: Realistic ATM System - MySQL - AlfaSufaIndo - 30.05.2018

I got an error like this.. MySQL connected successfuly
Quote:




Re: Realistic ATM System - MySQL - HeroDR22 - 30.05.2018

what mod did you use?
I am talking about the dialogs
the dialogs are awesome to me.


Re: Realistic ATM System - MySQL - jasperschellekens - 31.05.2018

How is this realistic... Realistic is not the right word for this.
First of all, deleting a back account like this, isn't realistic at all.
Secondly, the design isn't realistic. If you call this realistic then atleast create an realistic bank screen UI. Not a black box with some text.

The only things that may be realistic is that you have a history of send/receives etc but what would the script be anyways without that? Anyways, good work on the script itself.


Re: Realistic ATM System - MySQL - cuber - 31.05.2018

Quote:
Originally Posted by jasperschellekens
Посмотреть сообщение
First of all, deleting a back account like this, isn't realistic at all.
lmao what?


Re: Realistic ATM System - MySQL - GTLS - 01.06.2018

Quote:
Originally Posted by AzaMx
Посмотреть сообщение
Damn, this looking nice.
I wish you can hides the password instead of showing them.
Its Easy. He just have to get the length of the password string and insert that amount of * or # in order to hide it.


Re: Realistic ATM System - MySQL - xMoBi - 01.06.2018

Quote:
Originally Posted by GTLS
Посмотреть сообщение
Its Easy. He just have to get the length of the password string and insert that amount of * or # in order to hide it.
That is a dialog style, DIALOG_STYLE_PASSWORD:




Re: Realistic ATM System - MySQL - GTLS - 01.06.2018

Quote:
Originally Posted by xMoBi
Посмотреть сообщение
That is a dialog style, DIALOG_STYLE_PASSWORD:

He meant in first image from this.

Quote:
Originally Posted by nieXpro
Посмотреть сообщение



Re: Realistic ATM System - MySQL - Chaprnks - 02.06.2018

Great script! Similar to the banking system that rootcause released, but only the ATM, & much more simplified. The code on the other mentioned script can be very overly complex & fustrating =P