Updating config.lua

User-frendlier configuration file.
This commit is contained in:
BrakingESX247
2020-07-20 14:57:31 +01:00
parent 0bf8a02e32
commit a444c12873
+6 -6
View File
@@ -1,19 +1,19 @@
Config = {}
Config.DrawDistance = 100.0
Config.DrawDistance = 20.0 -- How close do you need to be in order for the markers to be drawn (in GTA units).
Config.Marker = {type = 1, x = 1.5, y = 1.5, z = 0.5, r = 102, g = 0, b = 102, a = 100, rotate = false}
Config.ReviveReward = 700 -- revive reward, set to 0 if you don't want it enabled
Config.AntiCombatLog = true -- enable anti-combat logging?
Config.LoadIpl = true -- disable if you're using fivem-ipl or other IPL loaders
Config.ReviveReward = 700 -- Revive reward, set to 0 if you don't want it enabled
Config.AntiCombatLog = true -- Enable anti-combat logging? (Removes Items when a player logs back after intentionally logging out while dead.)
Config.LoadIpl = true -- Disable if you're using fivem-ipl or other IPL loaders
Config.Locale = 'fr'
Config.Locale = 'en'
Config.EarlyRespawnTimer = 60000 * 1 -- time til respawn is available
Config.BleedoutTimer = 60000 * 10 -- time til the player bleeds out
Config.EnablePlayerManagement = false
Config.EnablePlayerManagement = false -- Enable society managing (If you are using esx_society).
Config.RemoveWeaponsAfterRPDeath = true
Config.RemoveCashAfterRPDeath = true