Commands

All Commands

You need msk_core! - Download it here

If you use a Command then always the first item inside the table will be used

So with {'cuffs', 'cable_ties'} always item 'cuffs' will be used for Commands

config.lua
-- You can set multiple items // Add them in your database
Config.cuffItems = {'cuffs', 'cable_ties'} -- DisableAllControlActions exept Movement
Config.hardcuffItems = {'hardcuff'} -- Freeze Player Position
Config.uncuffItems = {'cuff_keys', 'scissors'} -- Uncuff a Player

Player Commands

Admin Commands

Last updated