Jump to content

AlexTop

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by AlexTop

  1. Search: if (item.name != null) Replace to: if (item != null && item.name != null)
  2. AlexTop

    Place Anything

    Search: if (item.name != null) Replace to: if (item != null && item.name != null)
  3. AlexTop

    Place Anything

    @DavidUnfortunately, the plugin does not work properly, some of the items simply disappear
  4. AlexTop

    Place Anything

    When installing the oil pump, it gives an error: (14:57:16) | Exception while calling NextTick callback (ArgumentNullException: Value cannot be null. Parameter name: key) at System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) [0x00008] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x00000] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at Oxide.Plugins.PlaceAnything+<>c__DisplayClass7_0.<OnEntityBuilt>b__0 () [0x0000c] in <5ff3b3d98c274943985c40902b5af111>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <beb2b64691c64e2b95b99491bd85442c>:0 (14:57:44) | Invalid Position: chicken.corpse[6997612] (-1295.33, -501.87, 1309.06) (destroying)
    Very good plugin! Helped solve a lot of problems with custom things.
    Very good plugin!
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.6k

Files Sold

Total number of files sold.

2.4m

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.