MSK Scripts
TebexGithubDiscordMusiker15
  • MSK Scripts
    • Welcome
  • Common Issues
    • Keymaster
  • Miscellaneous
    • Change Notifications
  • Scripts
    • MSK Core
      • Installation
      • Functions
        • Client
          • Ace Permission
          • Commands
          • Coords
          • Player
          • Points
          • Request
          • Scaleform
          • UI
            • Input
            • Numpad
            • Progressbar
            • TextUI
          • Vehicle
        • Shared
          • String
          • Math
          • Table
          • Timeout
          • Vector
        • Server
          • Ace Permission
          • Ban System
          • Commands
          • Player
          • Scaleform
          • UI
            • Input
            • Numpad
            • Progressbar
            • TextUI
    • MSK Banking
      • Installation
        • Paycheck Transaction
      • Config
      • Exports
        • Client
        • Server
      • Events
        • Client
        • Server
      • Server Callbacks
    • MSK EngineToggle
      • Guides
      • Exports
        • Client
      • Event Handler
        • Client
        • Server
    • MSK Fuel
      • Config
      • Exports
        • Client
    • MSK Garage
      • Config
      • Exports
        • Client
    • MSK Handcuffs
      • Guides
        • General Edits for Jobs
        • Jaksam Job Creator
        • Multichar
        • ox_inventory
      • Config
      • Admin Commands
      • Exports
        • Client
        • Server
      • Events
        • Client
        • Server
      • Event Handlers
    • MSK Radio
      • Config
      • Exports
        • Client
        • Server
      • Events
        • Server
    • MSK Simcard
      • Installation
        • Config.Database
      • Config
    • MSK VehicleKeys
      • Guides
        • Installation
        • Integrations
      • Config
      • Admin Commands
      • Exports
        • Client
        • Server
    • MSK Whitelist
      • Config
      • Exports
        • Client
        • Server
    • MSK Weaponammo
Powered by GitBook
On this page
  1. Scripts
  2. MSK Handcuffs
  3. Guides

ox_inventory

["cuffs"] = {
	label = "Handcuffs",
	weight = 180,
	stack = true,
	close = true,
	description = "Easily restrains a person",
},

["hardcuff"] = {
	label = "Hardcuffs",
	weight = 200,
	stack = true,
	close = true,
	description = "Strongly restrains a person",
},

["cuff_keys"] = {
	label = "Handcuffkey",
	weight = 10,
	stack = true,
	close = true,
	description = "Removes handcuffs from a person",
},

["cable_ties"] = {
	label = "Cable Ties",
	weight = 30,
	stack = true,
	close = true,
	description = "Easily restrains a person",
},

["scissors"] = {
	label = "Scissors",
	weight = 10,
	stack = true,
	close = true,
	description = "Removes cable ties from a person",
},

["ankletracker"] = {
	label = "Ankletracker",
	weight = 300,
	stack = true,
	close = true,
	description = "Places an electronic ankle tracker on a person",
},

["headbag"] = {
	label = "Headbag",
	weight = 180,
	stack = true,
	close = true,
	description = "The bag blinds a person",
},

["tape"] = {
	label = "Tape",
	weight = 10,
	stack = true,
	close = true,
	description = "The tape seals a person's mouth, silencing them",
},

Last updated 8 months ago