[Release][Free][ESX] H-Banking (Transfers Update)

Welcome to the Post
Recently I released a free H-Hud resource that actually got a lot of interest from the community, so today I’m releasing a new resource named H-Banking. H-Banking was designed to be simple and easy to use for the player.

Updates
Added transfer system (Only ESX)
Fixed Config file being undetected
Fixed Border issues with buttons

Video

Update Preview

Preview

Download

Dependency
ES_EXTENDED (1.2 or 1.final)

Modifying the UI
The User Interface was codded with TailwindCSS and AlpineJS to change the colors you will need TailwindCSS Knowledge

5 Likes

Good Job, Clean and Easy to use.

woah very clean

Looks very clean I like it :blush:

1 Like

Thank you guys for the support :+1:

Real smooth, I like it.

Nice job!

Thank you :smiley:

good, but it would be better if you could make transfers.

can you add Transfer option please

Transfer system has been added in the new update :slight_smile:

2 Likes

error

if Config.Prompt then

Citizen.CreateThread(function()

    while true do

        Citizen.Wait(50)

        local letSleep = true

        if IsNearbyATM() then

            letSleep = false

            ESX.ShowHelpNotification("Press ~b~E~b~ to open ATM")

        end

        if letSleep then 

            Citizen.Wait(500)

        end

    end

end)

end

The issue has been fixed

def the best banking ui out there for free

Hmm i cant get it to work with gcphone any one?

GCPhone?

Yes gcphone has transfer in it so you can transfer money using phone dosent work with this banking works fine with new_banking any ways nice reales ill try today and see if i can fix

Gcphone uses this event to transfer money

--===============================================
--==         Transfer Event                    ==
--===============================================
AddEventHandler('gcphone:bankTransfer', function(data)
    TriggerServerEvent('bank:transfer', data.id, data.amount)
    TriggerServerEvent('bank:balance')
end)

Just use your transfer triggers

data.bplayer is the players id and data.amount is the amount to transfer
TriggerServerEvent('h-bank:transfer', data.bplayer, data.amount)

Yah i did got error ill seed pic after work