Been trying to get the plugin to load, but I'm being given an error. I am clueless as to why, any ideas? Error below.
Error while compiling VendingManager: '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: 398, Pos: 54
Plugin Issue
Oh, it's very famous problem of this plugin... Replace 'FindItemIDs' to 'FindItemsByItemID' in 398 and 402 lines. Plugin will load, but it's still won't work correctly:)
That worked perfectly, thanks Ellse!
EllseOh, it's very famous problem of this plugin... Replace 'FindItemIDs' to 'FindItemsByItemID' in 398 and 402 lines. Plugin will load, but it's still won't work correctly:)
freakin' GOLD right here!!! Thank you, Elise