> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/xdiskjockey/inventory/esx.md).

# ESX

***

#### Configuration

No need to do any extra step in config.lua

## Item list

### es\_extended 1.1

{% code overflow="wrap" lineNumbers="true" %}

```sql
INSERT INTO `items` (`name`, `label`, `limit`) VALUES ('mixer', 'mixer', '1');
```

{% endcode %}

### es\_extended 1.2 - newest

{% code overflow="wrap" lineNumbers="true" %}

```sql
INSERT INTO `items` (`name`, `label`, `weight`) VALUES ('mixer', 'mixer', '1');
```

{% endcode %}

### Images

Image is provided in \[xdj].pack.zip, the image is called mixer.png

***
