Steal Tools Config
StealToolsConfig = {}
StealToolsConfig.Enabled = true -- If you want this module disabled set to false
StealToolsConfig.ToolboxModel = "v_ind_cs_toolbox4" -- What model the toolbox will use
StealToolsConfig.ToolboxCooldown = 10 -- How long in x minutes before the toolbox can be looted again
StealToolsConfig.SecurityGuardSettings = { -- Security Guard Settings
securityGuardModel = 'mp_s_m_armoured_01', -- Model Of The Security Guard
securityGuardWeapon = 'WEAPON_NIGHTSTICK', -- Weapon The Security Guard Will Use
}
StealToolsConfig.SecuritySpawnChance = 100 -- Chance of security being spawned when looting
StealToolsConfig.ToolboxLoot = { -- What loot you can get from the toolbox
"weapon_wrench",
"weapon_crowbar",
}
StealToolsConfig.Locations = { -- Where toolboxes can be stolen
[1] = vector4(-1131.17, -957.5, 5.63, 40.56)
}
Last updated