# 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
  ('solarpanel', 'Solar Panel'),
  ('remotecontrol', 'Remote Control')
;
```

### ox\_inventory

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

<pre class="language-lua"><code class="lang-lua"><strong>['solarpanel'] = {
</strong>	label = 'Solar Panel',
	weight = 150,
	stack = false
},
['remotecontrol'] = {
	label = 'Remote Control',
	weight = 50,
	stack = false
}
</code></pre>

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

## Items images:

<figure><img src="https://2644204359-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fso4Bz1A5MlataovyRdlF%2Fuploads%2F1oUSkOovJaAW5xCRAqM7%2Fsolarpanel.png?alt=media&#x26;token=7284e9c6-ce1e-4d13-aefd-d4b1249c1ca8" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2644204359-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fso4Bz1A5MlataovyRdlF%2Fuploads%2FYGSEcQiP6SvOXVts6KUq%2Fremotecontrol.avif?alt=media&#x26;token=6eee8490-87e5-4131-a1e3-fb0a793397e4" alt=""><figcaption></figcaption></figure>
