mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Updating config.lua.
User-friendlier configuration file.
This commit is contained in:
+11
-11
@@ -1,25 +1,25 @@
|
||||
Config = {}
|
||||
|
||||
Config.DrawDistance = 100.0
|
||||
Config.DrawDistance = 10.0 -- How close do you need to be for the markers to be drawn (in GTA units).
|
||||
Config.MarkerType = {Cloakrooms = 20, Armories = 21, BossActions = 22, Vehicles = 36, Helicopters = 34}
|
||||
Config.MarkerSize = {x = 1.5, y = 1.5, z = 0.5}
|
||||
Config.MarkerColor = {r = 50, g = 50, b = 204}
|
||||
|
||||
Config.EnablePlayerManagement = false
|
||||
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 mins
|
||||
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 = 5
|
||||
Config.EnableESXService = false -- Enable esx service?
|
||||
Config.MaxInService = -1 -- How much people can be in service at once?
|
||||
|
||||
Config.Locale = 'fr'
|
||||
Config.Locale = 'en'
|
||||
|
||||
Config.PoliceStations = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user