Does anybody have the code to fix this? (Check Item Hold)

Code:
Errors:
+ Customs/Player Items/Bonus Gear/LeatherArmsofMining.cs:
    CS0246: Line 7: The type or namespace name 'BaseGearOfMining' could not be found (are you missing a using directive or an assembly reference?)
    CS0246: Line 132: The type or namespace name 'BaseGearOfMining' could not be found (are you missing a using directive or an assembly reference?)
    CS0246: Line 248: The type or namespace name 'BaseGearOfMining' could not be found (are you missing a using directive or an assembly reference?)
+Errors:
+ Customs/Player Items/bag of holding/GreaterBagOfHolding.cs:
    CS1061: Line 63: 'Server.Items.Container' does not contain a definition for 'CheckItemHold' and no extension method 'CheckItemHold' accepting a first argument of type 'Server.Items.Container' could be found (are you missing a using directive or an assembly reference?)
+ Customs/Player Items/bag of holding/LegendaryBagOfHolding.cs:
    CS1061: Line 63: 'Server.Items.Container' does not contain a definition for 'CheckItemHold' and no extension method 'CheckItemHold' accepting a first argument of type 'Server.Items.Container' could be found (are you missing a using directive or an assembly reference?)
+ Customs/Player Items/bag of holding/LesserBagOfHolding.cs:
    CS1061: Line 63: 'Server.Items.Container' does not contain a definition for 'CheckItemHold' and no extension method 'CheckItemHold' accepting a first argument of type 'Server.Items.Container' could be found (are you missing a using directive or an assembly reference?)
+ Customs/Player Items/bag of holding/MediumBagOfHolding.cs:
    CS1061: Line 62: 'Server.Items.Container' does not contain a definition for 'CheckItemHold' and no extension method 'CheckItemHold' accepting a first argument of type 'Server.Items.Container' could be found (are you missing a using directive or an assembly reference?)
+ Customs/Player Items/bag of holding/RareBagOfHolding.cs:
    CS1061: Line 66: 'Server.Items.Container' does not contain a definition for 'CheckItemHold' and no extension method 'CheckItemHold' accepting a first argument of type 'Server.Items.Container' could be found (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 
Does anybody have the code to fix this? (Check Item Hold)

Code:
Errors:
+ Customs/Player Items/Bonus Gear/LeatherArmsofMining.cs:
    CS0246: Line 7: The type or namespace name 'BaseGearOfMining' could not be found (are you missing a using directive or an assembly reference?)
    CS0246: Line 132: The type or namespace name 'BaseGearOfMining' could not be found (are you missing a using directive or an assembly reference?)
    CS0246: Line 248: The type or namespace name 'BaseGearOfMining' could not be found (are you missing a using directive or an assembly reference?)
+Errors:
+ Customs/Player Items/bag of holding/GreaterBagOfHolding.cs:
    CS1061: Line 63: 'Server.Items.Container' does not contain a definition for 'CheckItemHold' and no extension method 'CheckItemHold' accepting a first argument of type 'Server.Items.Container' could be found (are you missing a using directive or an assembly reference?)
+ Customs/Player Items/bag of holding/LegendaryBagOfHolding.cs:
    CS1061: Line 63: 'Server.Items.Container' does not contain a definition for 'CheckItemHold' and no extension method 'CheckItemHold' accepting a first argument of type 'Server.Items.Container' could be found (are you missing a using directive or an assembly reference?)
+ Customs/Player Items/bag of holding/LesserBagOfHolding.cs:
    CS1061: Line 63: 'Server.Items.Container' does not contain a definition for 'CheckItemHold' and no extension method 'CheckItemHold' accepting a first argument of type 'Server.Items.Container' could be found (are you missing a using directive or an assembly reference?)
+ Customs/Player Items/bag of holding/MediumBagOfHolding.cs:
    CS1061: Line 62: 'Server.Items.Container' does not contain a definition for 'CheckItemHold' and no extension method 'CheckItemHold' accepting a first argument of type 'Server.Items.Container' could be found (are you missing a using directive or an assembly reference?)
+ Customs/Player Items/bag of holding/RareBagOfHolding.cs:
    CS1061: Line 66: 'Server.Items.Container' does not contain a definition for 'CheckItemHold' and no extension method 'CheckItemHold' accepting a first argument of type 'Server.Items.Container' could be found (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
[doublepost=1551123841][/doublepost]Would like to see the lines, can you post them?
 
Back