mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 10:48:52 +00:00
Update config.lua
This commit is contained in:
+6
-6
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user