🍦Items

You can easely import the drugstable item into your ox_inventory. Follow the instruction below.

  1. Go to your ox_inventory files.

  2. Go to: ox_inventory -> data -> items.lua

  3. Open items.lua and place the code below between your existing items.

  4. Save items.lua and restart ox_inventory or your server.

['drugstable'] = {
	label = 'Drugs Table',
	stack = false,
	weight = 3000,
	close = true,
	client = {
		event = 'Spectron:drugsTable:client:placeTable'
	}
},

Beware! Do not change the client event in the item, otherwise the script will not work.

Last updated