Items

Installation guide for stevo_dmv

-- Add to ox_inventory/data/items.lua (!!REPLACE EXISTING "DRIVER_LICENSE")
["driver_license"] = {
        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'
        }
},

Last updated