πŸ“šInstallation

This section includes a brief tutorial on how to install Samy Metal Detector correctly. Please follow all the instructions and if you have any issues please open a ticket on Discord so our support team can help you out. General installation.

INFO

  • Install the items in your inventory using this export: samy_metaldetector.UseItem

  • This script was primarily made for ox_inventory, which when using other inventories may cause some errors.

Ox_Inventory

	['metaldetector_a'] = {
		label = 'Yellow Metal Detector',
		weight = 2100,
		stack = false,
		close = true,
		description = 'A metal detector suitable for searching for objects buried underground.',
		client = {
			export = 'samy_metaldetector.UseItem'
		}
	},

	['metaldetector_b'] = {
		label = 'Pink Metal Detector',
		weight = 2100,
		stack = false,
		close = true,
		description = 'A metal detector suitable for searching for objects buried underground.',
		client = {
			export = 'samy_metaldetector.UseItem'
		}
	},
	
	['metaldetector_c'] = {
		label = 'Gray Metal Detector',
		weight = 2100,
		stack = false,
		close = true,
		description = 'A metal detector suitable for searching for objects buried underground.',
		client = {
			export = 'samy_metaldetector.UseItem'
		}
	},

	['metaldetector_d'] = {
		label = 'Blue Metal Detector',
		weight = 2100,
		stack = false,
		close = true,
		description = 'A metal detector suitable for searching for objects buried underground.',
		client = {
			export = 'samy_metaldetector.UseItem'
		}
	},

	['metaldetector_e'] = {
		label = 'Red Metal Detector',
		weight = 2100,
		stack = false,
		close = true,
		description = 'A metal detector suitable for searching for objects buried underground.',
		client = {
			export = 'samy_metaldetector.UseItem'
		}
	},

	['metaldetector_f'] = {
		label = 'Green Metal Detector',
		weight = 2100,
		stack = false,
		close = true,
		description = 'A metal detector suitable for searching for objects buried underground.',
		client = {
			export = 'samy_metaldetector.UseItem'
		}
	},

Last updated