Jump to content

Stampy

Creator
  • Posts

    697
  • Joined

  • Last visited

Everything posted by Stampy

  1. Stampy

    ExtraGather wont load

    ok what's changed so I can fix the error, thanks in advance
  2. Stampy

    No Menu on Use

    When a Regular Player no perms uses a mail box no menu pops up to allow them to rent it
  3. Stampy

    TruePVE Problem

    Hi im using TruePVE but the NPC's only do Bleed Damage how can i change this? or is there support for TurePVE
  4. Stampy

    Rental

    Hi can we make it so its Rental not Straight up buy and as same as the other guy said adding Cupboard auth to build perms and Removing build if Rent not Paid
  5. Stampy

    Force Spawn

    legend! thanks will give it a try
  6. Stampy

    ExtraGather wont load

    the extra gather plugin wont load i get this error: Failed to initialize plugin 'ExtraGatherBonuses v1.0.7' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.ExtraGatherBonuses.Init () [0x0000a] in <7fbe739af1de4dd28e691c4f756a39dc>:0 at Oxide.Plugins.ExtraGatherBonuses.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <7fbe739af1de4dd28e691c4f756a39dc>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <157a94ee66ab4a7991faecd1eb84be3b>:0 When i delete the config it loads but my config worked before
  7. Stampy

    Loving the Plugin

    Thank you very much will give it a try later
  8. Stampy

    Jet Event

    The Dev is already working on it
  9. Stampy

    wont load

    yeah all good thanks
  10. Stampy

    wont load

    Failed to call hook 'OnServerInitialized' on plugin 'BuildingSkins v1.0.7' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.BuildingSkins.OnServerInitialized () [0x0009f] in <76df36a4a2f54b07a9c12e3c056b7d98>:0 at Oxide.Plugins.BuildingSkins.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00100] in <76df36a4a2f54b07a9c12e3c056b7d98>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0
  11. Stampy

    Custom Portals

    I see Door Bunker Portal but it doesn't have the Glow Effect
  12. Stampy

    Custom Portals

    whats the prefab name for the portal door?
  13. Stampy

    Force Spawn

    awesome thank you
  14. Stampy

    Force Spawn

    Is is possible to set the spawn point of the space station so it always spawns in one location?
  15. Stampy

    Loving the Plugin

    Im enjoying the plugin and thanks for adding the console commands could i ask for one last favour? could you add one more console command to spawn in a random jet event. So like jet nuke random 10 60 so it spawns 10 Jets that fly round and shoot randomly for 60 mins?
  16. Stampy

    No hide on PVP God

    yes please
  17. Stampy

    No hide on PVP God

    i am using the latest
  18. Stampy

    No hide on PVP God

    is this something i need?
  19. Stampy

    No hide on PVP God

    no
  20. Stampy

    No hide on PVP God

    V1.01 and yeah doesn't work for me
  21. Stampy

    No hide on PVP God

  22. Stampy

    No hide on PVP God

    yes The flag is set to true but it still displays the Status
  23. Stampy

    No hide on PVP God

    or better yet the instructions: Inside the InPVPZone method, add a condition to check if the player has the PvpGod flag: csharpCopy code bool InPVPZone(BasePlayer player) { if (player.InSafeZone() || player.HasPlayerFlag(BasePlayer.PlayerFlags.SafeZone)) return false; if (ZoneManager?.Call<bool>("PlayerHasFlag", new object[] { player, "PvpGod" }) == true) return false; return GetPlayerZoneIDs(player).Length > 0; } In the UpdateStatus method, add a condition to skip updating the status if the player has the PvpGod flag: csharpCopy code void UpdateStatus(BasePlayer player, ForceMode mode = ForceMode.None) { NextTick(() => { if (player.HasPlayerFlag(BasePlayer.PlayerFlags.PvpGod)) return; // Rest of the code to update status... }); } With these modifications, when a player has the PvpGod flag set to true, their status will not be updated or displayed. Note: It's important to ensure that the PvpGod flag is correctly implemented and set by the zone manager plugin you are using.
  24. Stampy

    No hide on PVP God

    dont know if this will help you bool InPVPZone(BasePlayer player) { if (player.InSafeZone() || player.HasPlayerFlag(BasePlayer.PlayerFlags.SafeZone)) return false; if (ZoneManager?.Call<bool>("PlayerHasFlag", new object[] { player, "PvpGod" }) == true) return false; return GetPlayerZoneIDs(player).Length > 0; } With this void UpdateStatus(BasePlayer player, ForceMode mode = ForceMode.None) { NextTick(() => { if (player.HasPlayerFlag(BasePlayer.PlayerFlags.PvpGod)) return; // Rest of the code to update status... }); } But as it stands you are not compatible with Zone Flags other than safe zone flag this code should make it hide the status when the user enters a zone which has the flag PvpGod = True
  25. Stampy

    Stops Plugins from Loading

    An update for this Plugin is Required. This Plugin Stops all plugins from being loaded. No Errors in Console but after being removed all Plugins Resume. Please update.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

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.