Jump to content

MrLiquid

Member
  • Posts

    1,849
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by MrLiquid

  1. so nothing to say except close the ticket? @Astinox @Death
  2. MrLiquid

    Skinned Items

    I am wondering if you can add support for skinned prefabs, I run Submersible Pumps.. which is a skinned water pump. however Limit Entities counts them as water pumps but does not enforce the limit when placing the skinned prefab.
  3. MrLiquid

    Monuments

    Please ignore this. my bad
  4. MrLiquid

    Monuments

    Getting the map ready for my next wipe, I am running this map on my test server. I have found players can place foundations at many of the monuments, is this intended?
  5. MrLiquid

    on plugin unload

    Domes not clearing off map on plugin unload
  6. MrLiquid

    New bud found today

    All this while Im still in the event bubbe.. The messages above all happened within a few seconds
  7. MrLiquid

    Repeated message

    When I entered I was in vanish, receive the message which is fine, but when I came out of vanish, the message repeated itself. Im not sure if thats a bug or intended but thought id let you know
  8. MrLiquid

    New bud found today

    Player Conversation Below TheTownDrunk: HQ Quarry is broken TheTownDrunk: as in as soon as you start it, it kicks you out TheTownDrunk: it has been like that all day, I ran sulfer quarry earlier with no issue When I unloaded the plugin to check out, the errors show below occured NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.MonumentOwner+PlayerDataManager.SetNewCooldown (BasePlayer player, System.String key, Oxide.Plugins.MonumentOwner+PlayerDataManager+TypeOfCooldown type) [0x00020] in <0e770a5c4905449fae7fcc2b334212da>:0 at Oxide.Plugins.MonumentOwner+Controller.DeleteOwner () [0x00026] in <0e770a5c4905449fae7fcc2b334212da>:0 at Oxide.Plugins.MonumentOwner+Controller.Destroy () [0x0004f] in <0e770a5c4905449fae7fcc2b334212da>:0 at Oxide.Plugins.MonumentOwner+PlayerHandler.Destroy () [0x0000e] in <0e770a5c4905449fae7fcc2b334212da>:0 at Oxide.Plugins.MonumentOwner+PlayerHandler.OnDestroy () [0x00000] in <0e770a5c4905449fae7fcc2b334212da>:0 NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.MonumentOwner+PlayerDataManager.SetNewCooldown (BasePlayer player, System.String key, Oxide.Plugins.MonumentOwner+PlayerDataManager+TypeOfCooldown type) [0x00020] in <0e770a5c4905449fae7fcc2b334212da>:0 at Oxide.Plugins.MonumentOwner+Controller.DeleteOwner () [0x00026] in <0e770a5c4905449fae7fcc2b334212da>:0 at Oxide.Plugins.MonumentOwner+Controller.Destroy () [0x0004f] in <0e770a5c4905449fae7fcc2b334212da>:0 at Oxide.Plugins.MonumentOwner+PlayerHandler.Destroy () [0x0000e] in <0e770a5c4905449fae7fcc2b334212da>:0 at Oxide.Plugins.MonumentOwner+PlayerHandler.OnDestroy () [0x00000] in <0e770a5c4905449fae7fcc2b334212da>:0 HQM Quarry.json
  9. MrLiquid

    Confused

    Im a little confused by the message "no players detected on your team" ... I am in a team... what does your message mean exactly please?
  10. MrLiquid

    Sept FP Update

    will do. and thank you
  11. MrLiquid

    Sept update Toast Messages

    Fixed, many thanks
  12. MrLiquid

    Latest FP update

    I fixed it, Anyone else having this problem, FIND this line public void PlayerSendGameTip(BasePlayer player, string message, bool isWarning = false) => player.SendConsoleCommand("showtoast", isWarning ? (int)GameTip.Styles.Red_Normal : (int)GameTip.Styles.Blue_Long, message); and CHANGE TO public void PlayerSendGameTip(BasePlayer player, string message, bool isWarning = false) => player.SendConsoleCommand("showtoast", isWarning ? (int)GameTip.Styles.Red_Normal : (int)GameTip.Styles.Blue_Long, message, false);
  13. MrLiquid

    Sept update Toast Messages

    Since rust update today, Toast (game tip) Messages no longer work
  14. MrLiquid

    Toast Messages

    Since rust update today, Toast (game tip) Messages no longer work
  15. MrLiquid

    Latest FP update

    Since todays update, GameTips are not working, was there any changes to Rust that need updating maybe?
  16. MrLiquid

    Sept FP Update

    Failed to call hook 'CanPopulateLoot' on plugin 'ArcticBaseEvent v1.2.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.ArcticBaseEvent.GetTypeLootTableNpc (System.String name) [0x00085] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.ArcticBaseEvent.CanPopulateLoot (ScientistNPC entity, NPCPlayerCorpse corpse) [0x0003c] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.ArcticBaseEvent.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01075] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 Failed to call hook 'OnCorpsePopulate' on plugin 'ArcticBaseEvent v1.2.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.ArcticBaseEvent.OnCorpsePopulate (ScientistNPC entity, NPCPlayerCorpse corpse) [0x00172] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.ArcticBaseEvent.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x009f9] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 Scientist[3104327] was killed by Wolfe[76561198376319669] at (1307.25, 32.46, -60.16) Failed to call hook 'CanPopulateLoot' on plugin 'ArcticBaseEvent v1.2.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.ArcticBaseEvent.GetTypeLootTableNpc (System.String name) [0x00085] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.ArcticBaseEvent.CanPopulateLoot (ScientistNPC entity, NPCPlayerCorpse corpse) [0x0003c] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.ArcticBaseEvent.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01075] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 Failed to call hook 'OnCorpsePopulate' on plugin 'ArcticBaseEvent v1.2.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.ArcticBaseEvent.OnCorpsePopulate (ScientistNPC entity, NPCPlayerCorpse corpse) [0x00172] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.ArcticBaseEvent.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x009f9] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 Failed to call hook 'CanPopulateLoot' on plugin 'ArcticBaseEvent v1.2.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.ArcticBaseEvent.GetTypeLootTableNpc (System.String name) [0x00085] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.ArcticBaseEvent.CanPopulateLoot (ScientistNPC entity, NPCPlayerCorpse corpse) [0x0003c] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.ArcticBaseEvent.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01075] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 Failed to call hook 'OnCorpsePopulate' on plugin 'ArcticBaseEvent v1.2.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.ArcticBaseEvent.OnCorpsePopulate (ScientistNPC entity, NPCPlayerCorpse corpse) [0x00172] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.ArcticBaseEvent.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x009f9] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 Failed to call hook 'CanPopulateLoot' on plugin 'ArcticBaseEvent v1.2.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.ArcticBaseEvent.GetTypeLootTableNpc (System.String name) [0x00085] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.ArcticBaseEvent.CanPopulateLoot (ScientistNPC entity, NPCPlayerCorpse corpse) [0x0003c] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.ArcticBaseEvent.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01075] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 Failed to call hook 'OnCorpsePopulate' on plugin 'ArcticBaseEvent v1.2.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.ArcticBaseEvent.OnCorpsePopulate (ScientistNPC entity, NPCPlayerCorpse corpse) [0x00172] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.ArcticBaseEvent.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x009f9] in <c7b58e7cbd904067a0c0882688645629>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
  17. MrLiquid

    what does this say?

    sorry but my players prefer english
  18. MrLiquid

    what does this say?

  19. MrLiquid

    Noted in Console

    [BetterTC] Mostrando miembros del Team: In console, what does it mean?
  20. MrLiquid

    Suggestion

    Can you please make the command and /chat command too please Also when using the modeleteowner ID command modeleteowner 6Z544 << after running the console command. the owner information on the map marker remains and the timer is frozen at 2144 sec
  21. MrLiquid

    Help to solve

    are you running that latest version?
  22. MrLiquid

    A new bug

    If I knew more, Id be sure to share it with you, I found these error in my server log files and how it happened..I dont know.
  23. MrLiquid

    Suggestion

    @jtedal
  24. MrLiquid

    A new bug

    Failed to call hook 'CanBradleyApcTarget' on plugin 'MonumentOwner v1.6.5' (NullReferenceException: Object reference not set to an instance of an object.) at Oxide.Plugins.MonumentOwner+<>c__DisplayClass177_0.<CanBradleyApcTarget>b__0 (Oxide.Plugins.MonumentOwner+Controller x) [0x00006] in <9689583c504f46bf93ac494df8d4201f>:0 at Oxide.Plugins.MonumentOwnerExtensionMethods.ExtensionMethods.FirstOrDefault[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00010] in <9689583c504f46bf93ac494df8d4201f>:0 at Oxide.Plugins.MonumentOwner.CanBradleyApcTarget (BradleyAPC bradley, BasePlayer player) [0x0002b] in <9689583c504f46bf93ac494df8d4201f>:0 at Oxide.Plugins.MonumentOwner.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01112] in <9689583c504f46bf93ac494df8d4201f>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
  25. MrLiquid

    Suggestion

    Pending on the warning preset used, a custom command could be issued. Example if player places racist sign, they could be "warned" via smart warnings, plus as well as being muted /banned .. issue a console/chat command would be useful.

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
171.2k
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.