forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
385968e389
commit
dee484871a
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ Config.DefaultInteractionDistance = 2.0 -- If a vending does not provide a dista
|
||||||
Config.Language = "en"
|
Config.Language = "en"
|
||||||
|
|
||||||
Config.NoFramework = false-- if set to true, ignore framework dependencies; use this parameter if no framework is used (obviously the items and actual usability are not implemented without any framework)
|
Config.NoFramework = false-- if set to true, ignore framework dependencies; use this parameter if no framework is used (obviously the items and actual usability are not implemented without any framework)
|
||||||
Config.UseOxLibMenuIfFound = true -- set to false if you don't want to use OxLib if found
|
Config.UseOxLibMenuIfFound = false -- set to false if you don't want to use OxLib if found
|
||||||
Config.Blips = true -- set to false if you don't want to see blips on the minimap
|
Config.Blips = true -- set to false if you don't want to see blips on the minimap
|
||||||
Config.Sounds = true -- by default require xSound, you can edit it in config_functions.lua
|
Config.Sounds = true -- by default require xSound, you can edit it in config_functions.lua
|
||||||
|
|
||||||
|
@ -672,7 +672,7 @@ Config.Vendings = {
|
||||||
|
|
||||||
--#region Advanced
|
--#region Advanced
|
||||||
Near = function(self, obj, dbId)
|
Near = function(self, obj, dbId)
|
||||||
PopulateSodaVending(self, obj, "mxc_vend_prop_soda_shelf")
|
PopulateSodaVending(self, obj, "mxc_vend_prop_soda_shelf2")
|
||||||
end,
|
end,
|
||||||
Far = function(self, obj, dbId)
|
Far = function(self, obj, dbId)
|
||||||
ClearSodaVending(self, obj)
|
ClearSodaVending(self, obj)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue