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
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

131.7k

Files Sold

Total number of files sold.

2.7m

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.