# 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 %}
