Jump to content

Update

Closed 1.0.7 1.0.8

CADÃO
CADÃO

Posted

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
anisb3l

Posted

(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

Omega

Posted

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))

 

Pwenill

Posted

Changed Status from Pending to Closed

Changed Fixed In to 1.0.8

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.4k

Files Sold

Total number of files sold.

2.1m

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.