diff --git a/config.lua b/config.lua index e022c750..7717309c 100644 --- a/config.lua +++ b/config.lua @@ -7,14 +7,14 @@ Config.MarkerColor = {r = 50, g = 50, b = 204} Config.EnablePlayerManagement = false -- Enable if you want society managing. Config.EnableArmoryManagement = false -Config.EnableESXIdentity = false -- Enable if you're using esx_identity -Config.EnableLicenses = false -- Enable if you're using esx_license +Config.EnableESXIdentity = false -- Enable if you're using esx_identity. +Config.EnableLicenses = false -- Enable if you're using esx_license. -Config.EnableHandcuffTimer = true -- Enable handcuff timer? will unrestrain player after the time ends -Config.HandcuffTimer = 10 * 60000 -- 10 minutes +Config.EnableHandcuffTimer = true -- Enable handcuff timer? will unrestrain player after the time ends. +Config.HandcuffTimer = 10 * 60000 -- 10 minutes. -Config.EnableJobBlip = false -- Enable blips for cops on duty, requires esx_society -Config.EnableCustomPeds = false -- Enable custom peds in cloak room? See Config.CustomPeds below to customize peds +Config.EnableJobBlip = false -- Enable blips for cops on duty, requires esx_society. +Config.EnableCustomPeds = false -- Enable custom peds in cloak room? See Config.CustomPeds below to customize peds. Config.EnableESXService = false -- Enable esx service? Config.MaxInService = -1 -- How much people can be in service at once?