forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
18c43daf18
commit
449faaa020
1 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ Config.Logs = {
|
||||||
Logger = 'discord' -- 'discord', 'fivemerr', 'ox' (ox support: fivemanage, datadog, grafana loki logging )
|
Logger = 'discord' -- 'discord', 'fivemerr', 'ox' (ox support: fivemanage, datadog, grafana loki logging )
|
||||||
}
|
}
|
||||||
|
|
||||||
Config.DeleteButton = false
|
Config.DeleteButton = true
|
||||||
|
|
||||||
Config.DefaultSlots = 1
|
Config.DefaultSlots = 1
|
||||||
|
|
||||||
|
@ -32,9 +32,9 @@ Config.NoSpawnMenuOnlyLastLocation = {
|
||||||
for custom: server > editable > functions.lua
|
for custom: server > editable > functions.lua
|
||||||
]]
|
]]
|
||||||
Config.StarterItems = {
|
Config.StarterItems = {
|
||||||
--{ item = 'phone', amount = 1 },
|
{ item = 'black_phone', amount = 1 },
|
||||||
--{ item = 'id_card', amount = 1, customExport = false },
|
{ item = 'burger', amount = 10 },
|
||||||
--{ item = 'driver_license', amount = 1, customExport = false },
|
{ item = 'water_bottle', amount = 10 },
|
||||||
}
|
}
|
||||||
|
|
||||||
Config.CustomHud = function(bool)
|
Config.CustomHud = function(bool)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue