Security Config
SecurityConfig = {}
SecurityConfig.SecurityTabletPrice = 10000 -- Price Of The Security Tablet
SecurityConfig.SecurityPricing = { -- How Much Money You Need To Pay To Upgrade The Security Level Of The Beehive/Barrel
["Beehives"] = {
["low"] = 10000,
["medium"] = 20000,
["high"] = 30000
},
["Barrels"] = {
["low"] = 10000,
["medium"] = 20000,
["high"] = 30000
},
["Wine Barrels"] = {
["low"] = 10000,
["medium"] = 20000,
["high"] = 30000
}
}
SecurityConfig.ItemsConfig = {
['low'] = 'lockpick',
['medium'] = 'lockpick',
['high'] = 'lockpick'
}
SecurityConfig.SecurityGuardSettings = {
securityGuardModel = 'mp_s_m_armoured_01', -- Model Of The Security Guard
securityGuardWeapon = 'WEAPON_NIGHTSTICK', -- Weapon The Security Guard Will Use
securityGuardCooldown = 2, --How Many Minutes Before The Security Guard Can Spawn Again
}
Last updated