mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
Update config.lua
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
Config = {}
|
||||
Config.Locale = 'en'
|
||||
Config.Visible = true
|
||||
|
||||
Config.Food = {
|
||||
["bread"] = {
|
||||
status = 10000,
|
||||
remove = false -- want the item to remove on use
|
||||
}
|
||||
}
|
||||
|
||||
Config.Drinks = {
|
||||
["water"] = {
|
||||
status = 10000,
|
||||
remove = true -- want the item to remove on use
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user