# Items

If you are on ESX framework and **NOT using ox\_inventory**, please insert following in your database:

```sql
INSERT INTO `items` (name, label) VALUES
  ('camera', 'Camera'),
  ('tablet', 'Tablet'),
  ('hackdevice', 'Hack Device')
;
```

### ox\_inventory

If you are using [**ox\_inventory**](https://github.com/overextended/ox_inventory/releases)**,** add this to your ox\_inventory > data > items.lua:

```lua
['camera'] = {
	label = 'Camera',
	weight = 80,
	stack = false
},
['tablet'] = {
	label = 'Tablet',
	weight = 50,
	stack = false
},
['hackdevice'] = {
	label = 'Hack Device',
	weight = 20,
	stack = false
}
```

### You can change item names in config.lua

## Items images:

![](https://2644204359-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fso4Bz1A5MlataovyRdlF%2Fuploads%2FiZRUs8dXcUjGucfty4TY%2Fcamera.png?alt=media\&token=a87424bb-c319-40e2-ae42-ab56f222ed9f)

![](https://2644204359-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fso4Bz1A5MlataovyRdlF%2Fuploads%2Fb9dt6n7RND6Il3eASYBm%2Ftablet.png?alt=media\&token=1630caf1-ac7f-417d-b0ec-7dd84f8f5e71)

![](https://2644204359-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fso4Bz1A5MlataovyRdlF%2Fuploads%2FhfRBrpRQv7aST5qjZRSo%2Fhackdevice.png?alt=media\&token=10a3d885-79cd-4608-b577-fe27dc9dc3fb)
