mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Config update
This commit is contained in:
+4
-2
@@ -1,9 +1,13 @@
|
||||
Config = {}
|
||||
|
||||
Config.DrawDistance = 100.0
|
||||
Config.MarkerColor = { r = 102, g = 0, b = 102 }
|
||||
Config.MarkerSize = { x = 1.5, y = 1.5, z = 1.0 }
|
||||
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.Locale = 'fr'
|
||||
|
||||
local second = 1000
|
||||
local minute = 60 * second
|
||||
|
||||
@@ -32,8 +36,6 @@ Config.EarlyRespawn = false
|
||||
Config.RespawnFine = false
|
||||
Config.RespawnFineAmount = 500
|
||||
|
||||
Config.Locale = 'fr'
|
||||
|
||||
Config.Blip = {
|
||||
Pos = { x = 307.76, y = -1433.47, z = 28.97 },
|
||||
Sprite = 61,
|
||||
|
||||
Reference in New Issue
Block a user