Items

ox_inventory

Add this to ox_inventory/data/items.lua:

["handcuffs"] = {
        label = "Kelepçe",
        weight = 100,
        stack = true,
        close = true,
        description = "Kelepçe",
		client = {
			export = 'frkn-policejob.useHandcuff'
		}
	},

	["cuffkeys"] = {
		label = "Kelepçe Anahtarı",
		weight = 75,
		stack = true,
		close = true,
		description = "Kelepçe Anahtarı",
		client = {
			export = 'frkn-policejob.cuffKeys'
		},
	},

qb-core

Add this to qb-core/shared/items.lua:

Last updated