forked from Simnation/Main
ed
This commit is contained in:
parent
3f0b315154
commit
321e70b2cb
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ Config.DefaultInteractionDistance = 2.0 -- If a vending does not provide a dista
|
||||||
-- https://localazy.com/p/mxc
|
-- https://localazy.com/p/mxc
|
||||||
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 = true-- 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 = true -- 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
|
||||||
|
|
|
@ -11077,7 +11077,7 @@ itemsData = {
|
||||||
description = '',
|
description = '',
|
||||||
weight = 100,
|
weight = 100,
|
||||||
label = 'Chips Supersalt',
|
label = 'Chips Supersalt',
|
||||||
unique = true,3
|
unique = true,
|
||||||
useable = true,
|
useable = true,
|
||||||
image = 'chips_supersalt.png',
|
image = 'chips_supersalt.png',
|
||||||
name = 'chips_supersalt',
|
name = 'chips_supersalt',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue