Arius Scripts
  • Resources
    • 🚘Arius Vehicleshop
      • ðŸ’ŧInstalation
      • 📰Configuration
      • ðŸŽĨPreview
    • ðŸ‘ŪArius Policejob
      • ðŸ’ŧInstallation
      • 📰Configuration
      • ðŸŽŊSuspect Interactions
      • 🔷Interactions
    • ðŸ’ļArius Billing
      • ðŸ’ŧInstallation
  • 🚑Arius Ambulancejob
    • ðŸ’ŧInstallation
    • 📰Configuration
      • ðŸĨAdd Hospitals
      • ðŸ‡ŦðŸ‡ēHospital Zone
      • ðŸ“ĶAdd Stashes
      • 🛒Add Shops
      • 🚗Add Garages
      • ðŸĶīAdd Injuries
    • ⚡Exports & Events
  • ðŸĶŒArius Hunting
    • ðŸ’ŧInstallation
    • 📰Configuration
      • ðŸŽŊTarget Setup
      • 🔓Aim Block
      • ⛹Campfire
      • ðŸđHunting Zones
Powered by GitBook
On this page
  1. Resources
  2. Arius Billing

Installation

  • Insert the resource to the resoureces folder

  • Rename the folder to ars_billing

  • Configure the config config.lua as your likings

  • Start 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 1 year ago

ðŸ’ļ
ðŸ’ŧ