Jump to content

Fix for todays update.

Pending 1.1.3

IlIDestroyerIlI

Posted

Change this 
List<Item> item = player.inventory.FindItemsByItemID(1523195708);

to this:
List<Item> item = new List<Item>();
player.inventory.FindItemsByItemID(item, 1523195708);

  • Like 1
2m

Downloads

Total number of downloads.

9.3k

Customers

Total customers served.

136.1k

Files Sold

Total number of files sold.

2.9m

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.