Jump to content

MrLiquid

Member
  • Posts

    1,818
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by MrLiquid

  1. Failed to call hook 'GuiCommandHandler' on plugin 'Marketplace v1.0.1' (ArgumentOutOfRangeException: Non-negative number required. Parameter name: count) at System.Collections.Generic.List`1[T].GetRange (System.Int32 index, System.Int32 count) [0x0000d] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Oxide.Plugins.Marketplace.PatchOfferResults (BasePlayer player) [0x00279] in <075adc274f7240448cb14606d8308ce6>:0 at Oxide.Plugins.Marketplace.GuiCommandHandler (Oxide.Core.Libraries.Covalence.IPlayer iplayer, System.String command, System.String[] args) [0x00264] in <075adc274f7240448cb14606d8308ce6>:0 at Oxide.Plugins.Marketplace.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002ff] in <075adc274f7240448cb14606d8308ce6>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 Failed to call hook 'GuiCommandHandler' on plugin 'Marketplace v1.0.1' (ArgumentOutOfRangeException: Non-negative number required. Parameter name: count) at System.Collections.Generic.List`1[T].GetRange (System.Int32 index, System.Int32 count) [0x0000d] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Oxide.Plugins.Marketplace.PatchOfferResults (BasePlayer player) [0x00279] in <075adc274f7240448cb14606d8308ce6>:0 at Oxide.Plugins.Marketplace.GuiCommandHandler (Oxide.Core.Libraries.Covalence.IPlayer iplayer, System.String command, System.String[] args) [0x00264] in <075adc274f7240448cb14606d8308ce6>:0 at Oxide.Plugins.Marketplace.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002ff] in <075adc274f7240448cb14606d8308ce6>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0
  2. MrLiquid

    event ownership

    A player shoots a NPC then leaves, so this player becomes event owner.. and the title sticks with the player until either they quit or the event ends... which means no one else can do the event, The setting below is great, can you please also add a timer if event owner leaves event area after X time they lose even owner status and the event becomes open to anyone ? "The time after which the owner of the event will be deleted if he left the server(for PVE mode)": 60,
  3. MrLiquid

    Can you please

    Thank you for your awesome plugin! Can you please add a Admin command for mods to see a players cooldowns ? Something like this? >> /mocd STEAMID / PLAYERNAME ? - Allows Mods/Admin to check players cooldowns <<<
  4. MrLiquid

    latest bug for you

    yes, just on server start
  5. MrLiquid

    latest bug for you

    Failed to call hook 'OnServerInitialized' on plugin 'AirfieldEvent v1.3.3' (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.GameObject.get_transform(UnityEngine.GameObject) at Oxide.Plugins.AirfieldEvent.OnServerInitialized () [0x00316] in <0a17f0c42c654639935427aa3007cc95>:0 at Oxide.Plugins.AirfieldEvent.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00100] in <0a17f0c42c654639935427aa3007cc95>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0
  6. MrLiquid

    Event end

    yes. great job
  7. MrLiquid

    Event end

    When all loot crates are looted/npc's killed and Heli is down, can the PveMode bubble disappear too please?
  8. MrLiquid

    missing data?

    Its a profile data file, not a copypaste file
  9. MrLiquid

    missing data?

    [RaidableBases] 2024 is missing entity data [RaidableBases] 2024 is missing foundation/floor data #3 [RaidableBases] 2024 is missing foundation/floor data #2 Just thought you'd like to know
  10. o.unload "Noclip" ExType: Exception Failed to call hook 'Unload' on plugin 'Noclip v1.0.3' (KeyNotFoundException: The given key 'RustServerMetrics.HarmonyPatches.Delayed.ConsoleSystem_Internal_Patch' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Harmony.MethodPatcher.EmitCallParameter (System.Reflection.Emit.ILGenerator il, System.Reflection.MethodBase original, System.Reflection.MethodInfo patch, System.Collections.Generic.Dictionary`2[TKey,TValue] variables, System.Boolean allowFirsParamPassthrough) [0x00356] in <ef472ad41f4948fdb52674edfe069979>:0 at Harmony.MethodPatcher+<>c__DisplayClass20_0.<AddPostfixes>b__1 (System.Reflection.MethodInfo fix) [0x00001] in <ef472ad41f4948fdb52674edfe069979>:0 at Harmony.CollectionExtensions.Do[T] (System.Collections.Generic.IEnumerable`1[T] sequence, System.Action`1[T] action) [0x0001b] in <ef472ad41f4948fdb52674edfe069979>:0 at Harmony.MethodPatcher.AddPostfixes (System.Reflection.Emit.ILGenerator il, System.Reflection.MethodBase original, System.Collections.Generic.List`1[T] postfixes, System.Collections.Generic.Dictionary`2[TKey,TValue] variables, System.Boolean passthroughPatches) [0x00036] in <ef472ad41f4948fdb52674edfe069979>:0 at Harmony.MethodPatcher.CreatePatchedMethod (System.Reflection.MethodBase original, System.String harmonyInstanceID, System.Collections.Generic.List`1[T] prefixes, System.Collections.Generic.List`1[T] postfixes, System.Collections.Generic.List`1[T] transpilers) [0x0024e] in <ef472ad41f4948fdb52674edfe069979>:0 Calling 'Unload' on 'Noclip v1.0.3' took 185ms
  11. MrLiquid

    OnDeath Error

    also getting that on both of my servers
  12. MrLiquid

    console spam

    Failed to call hook 'CanEntityTakeDamage' on plugin 'Sputnik v1.2.9' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Sputnik.CanEntityTakeDamage (BasePlayer victim, HitInfo hitinfo) [0x00137] in <724850f41814403681fdd1d48eb57ae3>:0 at Oxide.Plugins.Sputnik.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00ccf] in <724850f41814403681fdd1d48eb57ae3>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 Failed to call hook 'CanEntityTakeDamage' on plugin 'Sputnik v1.2.9' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Sputnik.CanEntityTakeDamage (BasePlayer victim, HitInfo hitinfo) [0x00137] in <724850f41814403681fdd1d48eb57ae3>:0 at Oxide.Plugins.Sputnik.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00ccf] in <724850f41814403681fdd1d48eb57ae3>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0
  13. MrLiquid

    Update for

    Will you be updating for SimpleStatus ? Custom Status Framework is no longer
  14. MrLiquid

    latest console error

    NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.HeliSignals+HeliComponent.PositionCheck () [0x0015a] in <200460f3fb904eec8f84a9955547b4e8>:0 NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.HeliSignals+HeliComponent.PositionCheck () [0x0015a] in <200460f3fb904eec8f84a9955547b4e8>:0 NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.HeliSignals+HeliComponent.PositionCheck () [0x0015a] in <200460f3fb904eec8f84a9955547b4e8>:0 NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.HeliSignals+HeliComponent.PositionCheck () [0x0015a] in <200460f3fb904eec8f84a9955547b4e8>:0 NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.HeliSignals+HeliComponent.PositionCheck () [0x0015a] in <200460f3fb904eec8f84a9955547b4e8>:0 NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.HeliSignals+HeliComponent.PositionCheck () [0x0015a] in <200460f3fb904eec8f84a9955547b4e8>:0 NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.HeliSignals+HeliComponent.PositionCheck () [0x0015a] in <200460f3fb904eec8f84a9955547b4e8>:0 NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.HeliSignals+HeliComponent.PositionCheck () [0x0015a] in <200460f3fb904eec8f84a9955547b4e8>:0 NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.HeliSignals+HeliComponent.PositionCheck () [0x0015a] in <200460f3fb904eec8f84a9955547b4e8>:0
  15. MrLiquid

    Any updates coming please?

    @Death
  16. MrLiquid

    console error

    Failed to call hook 'OnServerInitialized' on plugin 'MonumentOwner v1.3.8' (KeyNotFoundException: The given key 'Train Tunnel Link' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Oxide.Plugins.MonumentOwner.MonumentInfo (MonumentInfo monument) [0x00071] in <200460f3fb904eec8f84a9955547b4e8>:0 at Oxide.Plugins.MonumentOwner.ListAllMonumentsOnTheMap () [0x0001a] in <200460f3fb904eec8f84a9955547b4e8>:0 at Oxide.Plugins.MonumentOwner.OnServerInitialized () [0x0005e] in <200460f3fb904eec8f84a9955547b4e8>:0 at Oxide.Plugins.MonumentOwner.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00d29] in <200460f3fb904eec8f84a9955547b4e8>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <122610edeac6402c8915b76845a2714f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0
  17. MrLiquid

    bug sir

    Its ok, I fixed it 'Players Text' should be 'Players LONGTEXT'.
  18. MrLiquid

    bug sir

    When saving to my DB I get this error in console MySql handle raised an exception (MySqlException: Data too long for column 'Players' at row 1) at MySql.Data.MySqlClient.MySqlCommand.EndExecuteNonQuery (System.IAsyncResult asyncResult) [0x00022] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlCommand.EndExecuteNonQuery(System.IAsyncResult) at Oxide.Core.MySql.Libraries.MySql+MySqlQuery.Handle () [0x000f2] in <021a1dba6a754e42a6cc7771fdfee190>:0
    What an amazing plugin, definitely would be a great addition for your players if you have more than one server.
  19. Just a quick question, does players Inv carry across with them to the new server?
  20. MrLiquid

    Any updates coming please?

    @Death Can you please contact the dev if we can please get an update, They seem to have disappeared or something. Kind Regards
  21. MrLiquid

    When event finishes

    Its running on my live server and is only a recent thing, maybe a new rust update or something?, I am not on the map mapper discord but happy to join and help anyway I can
  22. MrLiquid

    When event finishes

    Yes upto date including Oxide, only occasionally, and once I reload PveMode the bubbles all disappear
  23. MrLiquid

    When event finishes

    Upon completion of ArmoredTrain and Convoy events. .lately the PveMode dome(bubble) remains on the map
  24. MrLiquid

    not sure which

    After Convoy event is completed, bubble is left on the map, is this a Convoy or a PveMode plugin issue please?

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
2.7m
Total downloads
Customers
11.6k
Customers served
Files Sold
165.9k
Total sales
Payments
3.6m
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.