> 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/paid-scripts/stevo_dmv/installation/items.md).

# Items

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

<pre class="language-lua"><code class="lang-lua">-- Add to ox_inventory/data/items.lua (!!REPLACE EXISTING "DRIVER_LICENSE")
<strong>["driver_license"] = {
</strong>        label = "Drivers License",
        weight = 0,
        stack = false,
        consume = 0,
        close = true,
        description = "Permit to show you can drive a vehicle",
        server = {
            export = 'stevo_dmv.identification'
        }
},

</code></pre>

{% endtab %}
{% endtabs %}
