πŸ”₯All scripts on our website are 50% off!πŸ”₯
Logo

For the script to work, you need to add these items to your inventory.
Inside the script folder, in the folder β€œicons” you have the images for the items

QBCore

      license_idcard = {
        name = "license_idcard",
        label = "ID Card",
        weight = 50,
        type = "item",
        image = "license_idcard.png",
        unique = true,
        useable = true,
        shouldClose = true,
        description = "Personal ID card"
    },
    license_lspd = {
        name = "license_lspd",
        label = "LSPD Badge",
        weight = 50,
        type = "item",
        image = "license_lspd.png",
        unique = true,
        useable = true,
        shouldClose = true,
        description = "LSPD badge"
    },
    license_lssd = {
        name = "license_lssd",
        label = "LSSD Badge",
        weight = 50,
        type = "item",
        image = "license_lssd.png",
        unique = true,
        useable = true,
        shouldClose = true,
        description = "LSSD badge"
    },
    license_press = {
        name = "license_press",
        label = "Press Card",
        weight = 50,
        type = "item",
        image = "license_press.png",
        unique = true,
        useable = true,
        shouldClose = true,
        description = "Press license badge"
    },
    license_ems = {
        name = "license_ems",
        label = "EMS Badge",
        weight = 50,
        type = "item",
        image = "license_ems.png",
        unique = true,
        useable = true,
        shouldClose = true,
        description = "EMS badge"
    },
    license_driving = {
        name = "license_driving",
        label = "Driving License",
        weight = 50,
        type = "item",
        image = "license_driving.png",
        unique = true,
        useable = true,
        shouldClose = true,
        description = "Driving license"
    },
    license_weapon = {
        name = "license_weapon",
        label = "Weapon License",
        weight = 50,
        type = "item",
        image = "license_weapon.png",
        unique = true,
        useable = true,
        shouldClose = true,
        description = "Weapon license"
    },
    license_fishing = {
        name = "license_fishing",
        label = "Fishing License",
        weight = 50,
        type = "item",
        image = "license_fishing.png",
        unique = true,
        useable = true,
        shouldClose = true,
        description = "Fishing license"
    },
    license_hunting = {
        name = "license_hunting",
        label = "Hunting License",
        weight = 50,
        type = "item",
        image = "license_hunting.png",
        unique = true,
        useable = true,
        shouldClose = true,
        description = "Hunting license"
    },
    license_fire = {
        name = "license_fire",
        label = "Firefighter Badge",
        weight = 50,
        type = "item",
        image = "license_fire.png",
        unique = true,
        useable = true,
        shouldClose = true,
        description = "Firefighter badge"
    },
    license_taxi = {
        name = "license_taxi",
        label = "Taxi License",
        weight = 50,
        type = "item",
        image = "license_taxi.png",
        unique = true,
        useable = true,
        shouldClose = true,
        description = "Taxi license"
    }

OX-Inventory

	["license_driving"] = {
		label = "Driving License",
		weight = 1,
		stack = false,
		close = false,
		usable = true,
		esx = false
	},
	["license_weapon"] = {
		label = "Weapon License",
		weight = 1,
		stack = false,
		close = false,
		usable = true,
		esx = false
	},
	["license_taxi"] = {
		label = "Taxi License",
		weight = 1,
		stack = false,
		close = false,
		usable = true,
		esx = false
	},
	["license_fishing"] = {
		label = "Fishing License",
		weight = 1,
		stack = false,
		close = false,
		usable = true,
		esx = false
	},
	["license_hunting"] = {
		label = "Hunting License",
		weight = 1,
		stack = false,
		close = false,
		usable = true,
		esx = false
	},
	["license_ems"] = {
		label = "EMS License",
		weight = 1,
		stack = false,
		close = false,
		usable = true,
		esx = false
	},
	["license_fire"] = {
		label = "Fire License",
		weight = 1,
		stack = false,
		close = false,
		usable = true,
		esx = false
	},
	["license_idcard"] = {
		label = "ID Card License",
		weight = 1,
		stack = false,
		close = false,
		usable = true,
		esx = false
	},
	["license_lspd"] = {
		label = "LSPD License",
		weight = 1,
		stack = false,
		close = false,
		usable = true,
		esx = false
	},
	["license_lssd"] = {
		label = "LSSD License",
		weight = 1,
		stack = false,
		close = false,
		usable = true,
		esx = false
	},
	["license_press"] = {
		label = "Press License",
		weight = 1,
		stack = false,
		close = false,
		usable = true,
		esx = false
	},