Jump to content

SLATE

Member
  • Posts

    182
  • Joined

Everything posted by SLATE

  1. SLATE

    ladders

    did you grant permission to use them?
  2. SLATE

    Consistent errors in console

    I've been getting these on occasion: (16:22:01) | Failed to call internal hook 'OnLootSpawn' on plugin 'CustomLoot v1.2.2' [767976070] (Object reference not set to an instance of an object) at void Oxide.Plugins.CustomLoot.OnLootSpawn(LootContainer container) in carbon/plugins/CustomLoot.cs:line 215 at object Oxide.Plugins.CustomLoot.InternalCallHook(uint hook, object[] args) in CustomLoot.cs/Internal:line 122 (16:22:01) | Failed to call internal hook 'OnLootSpawn' on plugin 'CustomLoot v1.2.2' [767976070] (Object reference not set to an instance of an object) at void Oxide.Plugins.CustomLoot.OnLootSpawn(LootContainer container) in carbon/plugins/CustomLoot.cs:line 215 at object Oxide.Plugins.CustomLoot.InternalCallHook(uint hook, object[] args) in CustomLoot.cs/Internal:line 122 (16:23:03) | Failed to call internal hook 'OnLootSpawn' on plugin 'CustomLoot v1.2.2' [767976070] (Object reference not set to an instance of an object) at void Oxide.Plugins.CustomLoot.OnLootSpawn(LootContainer container) in carbon/plugins/CustomLoot.cs:line 215 at object Oxide.Plugins.CustomLoot.InternalCallHook(uint hook, object[] args) in CustomLoot.cs/Internal:line 122 (16:23:03) | Failed to call internal hook 'OnLootSpawn' on plugin 'CustomLoot v1.2.2' [767976070] (Object reference not set to an instance of an object) at void Oxide.Plugins.CustomLoot.OnLootSpawn(LootContainer container) in carbon/plugins/CustomLoot.cs:line 215 at object Oxide.Plugins.CustomLoot.InternalCallHook(uint hook, object[] args) in CustomLoot.cs/Internal:line 122 (16:23:03) | Failed to call internal hook 'OnLootSpawn' on plugin 'CustomLoot v1.2.2' [767976070] (Object reference not set to an instance of an object) at void Oxide.Plugins.CustomLoot.OnLootSpawn(LootContainer container) in carbon/plugins/CustomLoot.cs:line 215 at object Oxide.Plugins.CustomLoot.InternalCallHook(uint hook, object[] args) in CustomLoot.cs/Internal:line 122 (16:23:03) | Failed to call internal hook 'OnLootSpawn' on plugin 'CustomLoot v1.2.2' [767976070] (Object reference not set to an instance of an object) at void Oxide.Plugins.CustomLoot.OnLootSpawn(LootContainer container) in carbon/plugins/CustomLoot.cs:line 215 at object Oxide.Plugins.CustomLoot.InternalCallHook(uint hook, object[] args) in CustomLoot.cs/Internal:line 122 (16:23:03) | Failed to call internal hook 'OnLootSpawn' on plugin 'CustomLoot v1.2.2' [767976070] (Object reference not set to an instance of an object) at void Oxide.Plugins.CustomLoot.OnLootSpawn(LootContainer container) in carbon/plugins/CustomLoot.cs:line 215 at object Oxide.Plugins.CustomLoot.InternalCallHook(uint hook, object[] args) in CustomLoot.cs/Internal:line 122 (16:23:03) | Failed to call internal hook 'OnLootSpawn' on plugin 'CustomLoot v1.2.2' [767976070] (Object reference not set to an instance of an object) at void Oxide.Plugins.CustomLoot.OnLootSpawn(LootContainer container) in carbon/plugins/CustomLoot.cs:line 215 at object Oxide.Plugins.CustomLoot.InternalCallHook(uint hook, object[] args) in CustomLoot.cs/Internal:line 122 As far as I can tell, its just some random bug that I haven't been able to find the root cause for. I put a simple patch into your code to prevent it, so i wanted to send it over just in case it might help others: This is line 211-214: void OnLootSpawn(LootContainer container) { if (!loaded) return; Right after 214, add: if (!container) return; Clearly it's getting something that isn't a container that throws the error, and breaks out of the function, so its not populating whatever it is with look. This prevents it from filling the console with that error.
  3. SLATE

    Discord Core

    You need to use Oxide.Ext.Discord version 2.1.9. This mod is not compatible with 3.x

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
3.1m
Total downloads
Customers
12.1k
Customers served
Files Sold
172k
Total sales
Payments
3.7m
Processed total
×
×
  • 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.