โ“Documentation

On this page you will find the most frequently asked questions about our phone esx version and their answers.

1. Ox_inventory

ox_inventory/modules/items/client.lua delete the phone function on line 132 - 140 in section

Add the item in the following example to ox_inventory/data/items.lua

If there is phone in items.lua, remove it

	['phone'] = {
		label = 'Phone',
		weight = 190,
		stack = false,
		close = true,
		description = "Very expensive phone",
	},

	["iphone"] = {
		label = "iPhone",
		weight = 190,
		stack = false,
		close = true,
		description = "Very expensive phone"
	},

Last updated