Jump to content

Update

Closed 1.0.7 1.0.8

CADÃO

Please Update.

 

FuelPump - Failed to compile: '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: 394, Pos: 51

 

  • Like 1

Share this comment


Link to comment

(18:10:37) | [DEBUG] Plugin compilation is already queued: FuelPump (0.346 ago)

(18:10:42) | Error while compiling FuelPump: '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: 445, Pos: 51

(18:10:42) | Shutting down compiler because no more jobs

same

Share this comment


Link to comment

Fixed

in cs file find line 
 

foreach (var item in player.inventory.FindItemIDs(config.PayItemID))



and replace with

 

foreach (var item in player.inventory.FindItemsByItemID(config.PayItemID))

 

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.5k

Files Sold

Total number of files sold.

1.6m

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.