Dependencies: ox_inventory, ox_lib
Update Billing Society
Use of item billing, cash and bank payment
Items ox_inventory
[‘billing’] = {
label = ‘Fattura’,
weight = 1,
stack = true,
allowArmed = true
},
Dependencies: ox_inventory, ox_lib
Update Billing Society
Use of item billing, cash and bank payment
[‘billing’] = {
label = ‘Fattura’,
weight = 1,
stack = true,
allowArmed = true
},
Every day I see a new invoice system like this. Talking about that, it has very stupid logic, you do a callback every time to fetch some data you own in client side, so the basic callback is meaningless. Then do 1 check for the payment method and for each payment method run a new progressbar.
ESX.RegisterServerCallback(‘krs_billing:prendiDati’, function(src, cb)
local xPlayer = ESX.GetPlayerFromId(src)
local banca = xPlayer.getAccount(“bank”).money
local contanti = xPlayer.getAccount(“money”).money
cb(banca, contanti)
end)
Hello brother I remind you again that I do these things for fun and for pastime then whether you like it or not it’s up to you whether to download it or not no one forces you to use the things I publish.
If you are a dev and you do it to get something out of it or not I don’t doubt this, but I do it for fun and not to get money xk I don’t need money for these things, I already have the job
ignore him bro good job and thank you for the awesome release
I see what you mean, but it’s a free release and you should never complain about free releases because it’s free lol
I understand that seeing the same script several times can be disturbing.
But I don’t agree with you.
I find it good to be motivated to do your own script like KRS-KAROS does.
But thank you for the advice you gave him.
Well done mate.