Fixed Version
This commit is contained in:
6
Box more! for plank redux 25/42/media/lua/server/fix.lua
Normal file
6
Box more! for plank redux 25/42/media/lua/server/fix.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
local item = getScriptManager():FindItem("CrateOfPlanks",true) -- true means it will use Base.
|
||||
item:setActualWeight(5)
|
||||
local item2 = getScriptManager():FindItem("BoxOfScrapWood",true) -- true means it will use Base.
|
||||
item2:setActualWeight(1.5)
|
||||
local item3 = getScriptManager():FindItem("CrateOfTreeBranches",true) -- true means it will use Base.
|
||||
item3:setActualWeight(5)
|
||||
Reference in New Issue
Block a user