GTA:O ATM in FiveM

I’ve been able to recreate GTA Online’s ATM in FiveM and ultimately plan on releasing the resource as an independent banking system. Eventually it will be adjusted to have a Fleeca bank skin to match the Fleeca ATMs.

3 Likes

i’m experimenting on it too… still trying to add a new button to send money to players… that would make it complete for a RP server

1 Like

Oooh! Looking very good! I suppose it’s made out of scaleform, i’m looking forward to see the code :slight_smile:

1 Like

for example, i changed the transaction log button to a Transfer Money button and the Exit button became Transaction log… to exit the bank… just enter the key Back or B on gamepad… no need to use the mouse to do that :thinking:

what do you think @neirbonhoj ?

1 Like

I like that! I also want to do transactions but I’ll have to dive more deeply into creating buttons (or text fields) with scaleform. It doesn’t seem like the existing UI can handle a transaction but if you’ve figured that out I’d love to hear it!

1 Like

sure when i get home this afternoon i’ll send you a video on how i handled them

edit: are you on lua or C#? because i work on c#

1 Like

here is how i’ve done it - sorry it’s in italian… anyway the 3rd option is money transfer… i’m tranfering to my self 50$ and it works :slight_smile:
if you can0t see the video… the link is streamable.com/lihtv
https://streamable.com/lihtv

1 Like

I work in c#, was hoping to integrate the transfer into the bank UI. Not sure if it’s feasible for me, though. I have other bits of my framework to work on that need the attention right now. I like yours though!

1 Like

thanks… i hope you make it… i’m working on my own framework / gamemode too right now… i had a very simple bank menu… then i decided to play with the scaleforms and the only problem is that we can’t write in the ATM scaleform directly and so while having to wait for player to insert a name or a value with in game keyboard… i must find how to keep the scaleform to draw while i wait for the player to finish writing

edit: i’ve fixed it… adding the scaleform drawing to another tick (so while i wait the scaleform will be kept drawing)

2 Likes

look forward to