Jump to content

Update needed

Pending 1.1.1

puddingking130
puddingking130

Posted

Hello, after the Rust update today the plugin wont load

 

Error while compiling OGSplitter: 'PlayerInventory' does not contain a definition for 'FindItemIDs' and no accessible extension method 'FindItemIDs' accepting a first argument of type 'PlayerInventory' could be found (are you missing a using directive or an assembly reference?) | Line: 288, Pos: 58

Light Hammer

Posted

I too am getting this error, please don't bail on this plugin whispers...your help is sorely needed

Omega

Posted

Fixed

in cs file find line 

 

List<Item> playerFuel = player.inventory.FindItemIDs(oven.fuelType.itemid);




and replace with

 

List<Item> playerFuel = player.inventory.FindItemsByItemID(oven.fuelType.itemid);

 

  • Like 1
Light Hammer

Posted

Thanks Omega...this was driving me mad!

  • Like 1
1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.