[UPDATE]
- There is now a QBCore version available on my Tebex Page
[UPDATE]
yoinked! lol
How can i replace the euro to $ in your script? Can you make it in the config file?
Does it support cash as an item?
Support via PM
Nope.
i want to know script support extended version 1.1?
are you going to fix this ?
Fix what?
If we purchased ESX version pre QB release, are we able to get the QB version?
Since they are separately sold packages, nope.
How do u link the society account with the new table of okokbanking? The normal Jobs and esx_addonaccount has the same linkstring “TriggerEvent(‘esx_addonaccount:getSharedAccount’, society.account, function(account)” , but i dont know what string i have to use or to replace to link the okokbanking to the normal society accounts or to link the normal to okokbanking…
Yo.
I need help with this script, bcs when i want withdraw my money from bank, they are not in my inventory.
In console, it shows me this error:
[ script:es_extended] SCRIPT ERROR: @es_extended/server/classes/player.lua:299: attempt to index a nil value (local ‘account’)
[ script:es_extended] > ref (@es_extended/server/classes/player.lua:299)
[ script:es_extended] > handler (@okokBanking/server.lua:95)
If i open es_extended/server/classes/player.lua its disline:
local newMoney = account.money + ESX.Math.Round(money)
It is from this function:
self.addAccountMoney = function(acc, money)
if money < 0 then
print((‘es_extended: %s attempted exploiting! (reason: player tried adding -1 account balance)’):format(self.identifier))
return
end
local account = self.getAccount(acc)
local newMoney = account.money + ESX.Math.Round(money)
account.money = newMoney
if acc == 'bank' then
self.set('bank', newMoney)
end
TriggerClientEvent('esx:setAccountMoney', self.source, account)
end
Thx for reply.
*Update The cash in item compatibility
As I said multiple times this isn’t the place I offer support, if you need help contact me through PM.
Looks clean, liked the design though
Best banking out there currently. Love the design.
I get it its looking so nice, thanks.
have question. why there is no loan?
Because I was waiting for suggestions. I didn’t add it initially because most people wouldn’t use it.
you maybe can help me add it to my script? I bought it the qbcore version.