ðŧInstallation
Insert the resource to the resoureces folder
Rename the folder to ars_billing
Configure the config
config.lua
as your likingsStart the resource in server.cfg by inserting
ensure ars_billing
Create item in ox_inventory/data/items.lua
['fattura'] = {
label = 'Bill',
weight = 1,
stack = true,
close = true,
description = nil,
},
Insert in ox_inventory/modules/items/client.lua
Item('fattura', function(data, slot)
exports.ars_billing:useBillingItem(data)
end)
Restart your server and your good to go!
Last updated