Proper default config

This commit is contained in:
ElPumpo
2019-01-13 22:45:03 +01:00
parent b916bd74b7
commit 63c8191be3
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -667,6 +667,10 @@ ESX.Game.GetVehicleProperties = function(vehicle)
IsVehicleNeonLightEnabled(vehicle, 3)
},
extras = {
},
neonColor = table.pack(GetVehicleNeonLightsColour(vehicle)),
tyreSmokeColor = table.pack(GetVehicleTyreSmokeColor(vehicle)),
+2 -2
View File
@@ -1,5 +1,5 @@
Config = {}
Config.Locale = 'en'
Config.Locale = 'fr'
Config.Accounts = { 'bank', 'black_money' }
Config.AccountLabels = { bank = _U('bank'), black_money = _U('black_money') }
@@ -7,7 +7,7 @@ Config.AccountLabels = { bank = _U('bank'), black_money = _U('black_money
Config.EnableSocietyPayouts = false -- pay from the society account that the player is employed at? Requirement: esx_society
Config.ShowDotAbovePlayer = false
Config.DisableWantedLevel = true
Config.EnableHud = false -- enable the default hud? Display current job and accounts (black, bank & cash)
Config.EnableHud = true -- enable the default hud? Display current job and accounts (black, bank & cash)
Config.PaycheckInterval = 7 * 60000
Config.MaxPlayers = GetConvarInt('sv_maxclients', 32)