Jump to content

Omega

Creator
  • Posts

    303
  • Joined

  • Last visited

Everything posted by Omega

  1. Omega

    Fuel Pump

    Do you try the fix i posted above your post?
  2. Omega

    OGSplitter

    If you get compile error in cs file find line List<Item> playerFuel = player.inventory.FindItemIDs(oven.fuelType.itemid); and replace with List<Item> playerFuel = player.inventory.FindItemsByItemID(oven.fuelType.itemid);
  3. Omega

    Fuel Pump

    If you get compile error in cs file find line foreach (var item in player.inventory.FindItemIDs(config.PayItemID)) and replace with foreach (var item in player.inventory.FindItemsByItemID(config.PayItemID))
  4. Omega

    Update

    Fixed in cs file find line foreach (var item in player.inventory.FindItemIDs(config.PayItemID)) and replace with foreach (var item in player.inventory.FindItemsByItemID(config.PayItemID))
  5. Omega

    Update needed

    Fixed in cs file find line List<Item> playerFuel = player.inventory.FindItemIDs(oven.fuelType.itemid); and replace with List<Item> playerFuel = player.inventory.FindItemsByItemID(oven.fuelType.itemid);
  6. The drone arrive but without the chair. (23:15:00) | Failed to call hook 'AddStrike' on plugin 'DroneTaxi v1.0.14' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.DroneTaxi+Taxi..ctor (UnityEngine.Vector3 spawnPoint, UnityEngine.Quaternion rot, System.Int32 type) [0x00194] in <e33b8278d452420e914008d9ad445a3a>:0 at Oxide.Plugins.DroneTaxi.AddStrike (Oxide.Core.Libraries.Covalence.IPlayer iplayer, System.String command, System.String[] args) [0x001e8] in <e33b8278d452420e914008d9ad445a3a>:0 at Oxide.Plugins.DroneTaxi.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001fc] in <e33b8278d452420e914008d9ad445a3a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <e3740cd7ab6f40909737d74eeeaf1a8a>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <032ab7611607468ebf42c14e3cf9df20>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <032ab7611607468ebf42c14e3cf9df20>:0 (23:15:03) | [DroneTaxi] 213.8752 (23:15:09) | [DroneTaxi] 80.99438 (23:15:12) | [DroneTaxi] 80.48639 (23:15:12) | (1117.85, 80.49, 1528.53) (23:15:12) | Failed to call hook 'AddStrike' on plugin 'DroneTaxi v1.0.14' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.DroneTaxi+Taxi..ctor (UnityEngine.Vector3 spawnPoint, UnityEngine.Quaternion rot, System.Int32 type) [0x00194] in <e33b8278d452420e914008d9ad445a3a>:0
  7. Hi, got this. And the boxes stop randomly collecting. Players have to place new box or i have to reload plugin to get working again. Get this error when reloading the plugin on oxide linux dedicated (16:05:00) | Failed to call hook 'OnServerInitialized' on plugin 'AutoDungCollector v1.0.0' (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.GetComponentFastPath(UnityEngine.Component,System.Type,intptr) at UnityEngine.Component.GetComponent[T] () [0x00021] in <0b31faaf1c50461d95c83ac166a20393>:0 at Oxide.Plugins.AutoDungCollector.OnServerInitialized () [0x00047] in <dd2d17a5a95040a3894f6873c93c6302>:0 at Oxide.Plugins.AutoDungCollector.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0008d] in <dd2d17a5a95040a3894f6873c93c6302>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d4a0be71194349e98f7b43231b9cea3b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b974d7a025404888bcdd55b51f29c440>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b974d7a025404888bcdd55b51f29c440>:0 (16:05:00) | Loaded plugin Auto Dung Collector v1.0.0 by NooBlet & MeinRust
  8. Omega

    Update

    Same here
  9. Omega

    Don´t load

    Hi, the plugin don´t work since latest oxide/Fp updates.
  10. Omega

    aQuarry

    +antihack.flyhack_protection 0
  11. Omega

    Update needed

    Same here
  12. Btw. i have a version of this panel that work the way i asked above for. If someone interestet send me a message. It only activated when pvp base spawn by shedule. If player buy a pve base it stay off.
  13. Try this Change #regionInfo to #region Info in cs file
  14. Omega

    aQuarry

    Possible to fix this? For now i turned of antiflyhack
  15. Omega

    aQuarry

    Since todays update players get kicked by flyhack when they toggle the switch on the quarry.
  16. Omega

    compile eroor

    Since latest oxide update Error while compiling MagicShipwreckEventPanel: Preprocessor directive expected | Line: 9, Pos: 2
  17. Omega

    Players UI

    since latest oxideupdates Error while compiling PlayersUI: Missing close delimiter '}' for interpolated expression started with '{'. | Line: 648, Pos: 294
  18. Version 1.0.0

    2 downloads

    I made this chain carousel prefab for Chernobyl map to add it to Pripyat town but it fit in every rust amusement park i think Prefab Count 2795 / break prefab to edit
    $2.90
  19. Version 1.0.0

    2 downloads

    I made this bumper car prefab for Chernobyl map to add it to Pripyat town but it fit in every rust amusement park i think 🙂 Prefab Count 764 / break prefab to edit
    $2.90
  20. Omega

    Players UI

    Do you generate a steam api and set it in imagelibrary config? That was my problem. I had generate a api 2 years ago and for some reason it was deleted in steam. Got a new one and it works. https://steamcommunity.com/dev/apikey
  21. Omega

    Players UI

    One more little thing. Hide Admin no longer shows the admin in the player list, but the title now displays the number incorrectly. If there are 3 users online and one of the 3 is admin, the number of the page title should not be 3, should be 2.
  22. Omega

    Players UI

    Yes you can
  23. Omega

    Players UI

    Got it. It tracks the ZombieHorde Members as pvp kill. Chaos plugin
  24. Omega

    Players UI

    And another question. What means kills exactly. This profile has killed 5 animals and 9 npc. The player killed no other players because of pve. So why he has 20 kills? Zombies/scarecrows missing perhaps? If so a killed zombies/scarecrows section would be nice.
  25. Omega

    ZMail

    That´s great. Thank you very much!
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.8k

Files Sold

Total number of files sold.

2.5m

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.