[RELEASE] [ESX] [FREE] VB-Banking (Banking UI/UX)

Thanks :slight_smile:

vRP version released thanks to @ToXicGlo :slight_smile:

1 Like

Thanks, very nice release

1 Like

Hey, very nice, good job! :slight_smile:

2 Likes

Thnx!

Thanks :slight_smile:

Hey is there anyway that you can link your ATM with the bt-target script because I would look so cool because I love your script and would love to use it to its full advantages.

1 Like

Is there a way to place the bank/atm locations in the configs or otherwise?

bt-target script

Citizen.CreateThread(function()

    local atm = {

        -870868698,

        -1126237515,

        -1364697528,

        506770882,

    }

    AddTargetModel(atm, {

        options = {

            {

                event = "OuO_Bank:open", -- open bank 

                icon = "fas fa-credit-card",

                label = "ATM",

            },

        },

        job = {"all"},

        distance = 1.5

    })

end)

bank script example

RegisterNetEvent('OuO_Bank:open')

AddEventHandler('OuO_Bank:open', function()

  SetNuiFocus(true, true)

  SendNUIMessage({type = 'openGeneral', t= atbank})

end)

it works then just does this does not open the bank

If you use vb-banking script please try

RegisterNetEvent('vb-banking:open')
AddEventHandler('vb-banking:open', function()
  inMenu = true
  SetNuiFocus(true, true)
  SendNUIMessage({type = 'openGeneral', banco = atbank})
  TriggerServerEvent('vb-banking:server:balance', inMenu)
end)

just tried it the eye goes away but nothing comes up no mouse over though this time.


@ouowei

You must change OuO_Bank:open to vb-banking:open

Forgot to change event = “OuO_Bank:open”, – open bank to event = “vb-banking:open”, – open bank might actually work this time

1 Like


changed it but now is it back to the same issue with the mouse but vb-banking does not come up.

Where did you put vb-banking:open
You should put in the vb-banking script instead of bt-target

Bro did u rename the folder? Change it back to the orginal and see

no i didnt change the file name.

1 Like

yeah, niceeeeeeeeeeeeeee

Nice Script, esthetic and functional good job