Thanks
vRP version released thanks to @ToXicGlo
Thanks, very nice release
Hey, very nice, good job!
Thnx!
Thanks
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.
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)
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)
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
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.
yeah, niceeeeeeeeeeeeeee
Nice Script, esthetic and functional good job