> For the complete documentation index, see [llms.txt](https://docs.stevoscripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stevoscripts.com/free-scripts/stevo_policebadge/installation/items.md).

# Items

{% tabs %}
{% tab title="ox\_inventory" %}

```
['stevo_policebadge'] = {
    label = 'Police Badge',
    weight = 250,
    stack = false,
}
```

{% endtab %}

{% tab title="qb-inventory" %}

```
["stevo_policebadge"] = {
    ['name'] =  'stevo_policebadge',
    ['label'] =  'Police Badge',
    ['weight'] =  250,
    ['type'] =  'item',
    ['image'] =  'stevo_policebadge.png',
    ['unique'] =  false,
    ['useable'] =  true,
    ['shouldClose'] =  true,
    ['combinable'] =  nil,
    ['description'] =  ""
}
```

{% endtab %}
{% endtabs %}
