Jump to content

NavyChief

Member
  • Posts

    182
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by NavyChief

  1. NavyChief

    Errors in console

    Failed to call internal hook 'OnTeamMemberInvite' on plugin 'WarMode v1.3.14' [844539354] (Object reference not set to an instance of an object) at ModeConfig Oxide.Plugins.WarModeMethods.ExtensionMethods.GetMode(IPlayer player) in /home/container/carbon/plugins/WarMode.cs:line 1646 at ModeConfig Oxide.Plugins.WarMode.GetProjectedMode(IEnumerable<IPlayer> projectedTeam)+(IPlayer x) => { } [0] in /home/container/carbon/plugins/WarMode.cs:line 3293 at bool System.Linq.Enumerable+SelectEnumerableIterator<Oxide.Core.Libraries.Covalence.IPlayer, Oxide.Plugins.WarMode+ModeConfig>.MoveNext() at ModeConfig System.Linq.OrderedEnumerable<Oxide.Plugins.WarMode+ModeConfig>.TryGetFirst(out bool found) at ModeConfig System.Linq.Enumerable.TryGetFirst<ModeConfig>(IEnumerable<ModeConfig> source, out bool found) at ModeConfig System.Linq.Enumerable.First<ModeConfig>(IEnumerable<ModeConfig> source) at ModeConfig Oxide.Plugins.WarMode.GetProjectedMode(IEnumerable<IPlayer> projectedTeam) in /home/container/carbon/plugins/WarMode.cs:line 3293 at void Oxide.Plugins.WarMode.OnTeamMemberInvite(PlayerTeam playerTeam, BasePlayer inviter, ulong targetUserId) in /home/container/carbon/plugins/WarMode.cs:line 3282 at object Oxide.Plugins.WarMode.InternalCallHook(uint hook, object[] args) in WarMode.cs/Internal:line 818
  2. NavyChief

    HeliControl shows as RED

    THANK YOU!!!
  3. NavyChief

    HeliControl shows as RED

    OK I think I understand how to fix it BUT I cannot understand how it became red in the first place... If I do /ucsetup select ignore = true allow it to save select ignore = false allow it to save later it returns to GREEN But again I have no clue why it turned red in the first place. I say this because Convoy is green now too. Items that are RED when the update check occurs should show in results so one can try and go fix it.
  4. NavyChief

    HeliControl shows as RED

    I am not sure what you mean exactly... but the message in Discord looks like this EVEN with Convoy as red... I would think RED items would show as a warning in this message:
  5. NavyChief

    HeliControl shows as RED

    I would but oddly it no longer shows RED; I wonder why but still Convoy shows red UpdateChecker.json
  6. NavyChief

    HeliControl shows as RED

    When I do UCSETUP I show HELICONTROL as RED yet the page is good
  7. NavyChief

    Server Panel

    SUGGESTION: A tab that can be added that shows all of the installed mods where in admin mode you can disable the ones you do not want all to see AND the displayed list is also a link to the location of that mod so people can read about it at the source site. You might partner with UpdateChecker to get this information.
  8. NavyChief

    Still more bugs

    That is very odd because I do NOT recall setting that, but thanks!
  9. NavyChief

    Still more bugs

    I still am having issues with this mod... I am not sure why but (for example as there may be more) with ServerPanel the mod shows YELLOW but the URL seems correct so it should be GREEN. Config { "Name": "ServerPanel", "Author": "Mevent", "Plugin version": "2.0.25", "Link to plugin": "https://codefling.com/plugins/server-panel", "Marketplace": "Codefling", "Ignore": true }, Mod: namespace Oxide.Plugins { [Info("ServerPanel", "Mevent", "2.0.25")] public class ServerPanel : RustPlugin { #region Fields
  10. NavyChief

    I am confused.......

    I did do that.... like I said they are marked NOT FOUND but I can use the URL manually and find them JUST FINE... And just today I noted CONVOY was not marked as needing an update but one was required. Also I get this following indicators: WarModeRulesUI 1.1.0 -> 1.2.2 [Codefling] WarModeSpawnUI 1.0.3 -> 1.2.2 [Codefling] [NotFound] WarModeAdminPanel, WarModeBadges, WarModePlayers AND yet all of these mods are in a location where the URL should not find them... they are ALL subs to WarMode AND the indications above are NOT accurate... Obviously I should disable them, and I will but I wonder why they are treated differently e.g WarModeAdminPanel not found - which is correct AND WarModeRulesUI 1.1.0 -> 1.2.2 which is not even accurate as (I would think) they BOTH should be not found. This mod has been flaky for a while now. In essence I have to check all the mods manually becausethis mod cant be trusted.
  11. NavyChief

    I am confused.......

    I found a bunch of mods that are showing RED but needed updates AND they should have shown in the update checker response and did not.
  12. NavyChief

    I am confused.......

    I have a mod called Backpacks from UMOD and there is a valid page for it and yet my UpdateChecker GUI shows it as RED... I have not checked the others because I have many that are red that are suspicious.
  13. I do not know actually but can verify that if you like... I think I had been online for a while when I took the screen shot I just did a test by logging off and even shutting RUST down and as soon as I come back I run /pmode and it shows like the above (shows accurately): InfoPanel.cs 1/50 14 offline WarModePlayers.cs Online PVP = 0 PVE = 1 (me) Offline PVP = 4 PVE = 10 Maybe I need to pay more attention to the conditions if it ever happens again...
  14. Yes it shows ADMINs but as I said before it is intermittent... for example the condition above shows 20 and infopanel shows 19 YET right now it shows the following (my screen capture acts funny) Do you see what I am saying? It shows the condition in the screen capture above sometimes and the condition below sometimes. InfoPanel.cs 1/50 14 offline WarModePlayers.cs Online PVP = 0 PVE = 1 (me) Offline PVP = 4 PVE = 10
  15. I get odd counts sometimes; see below: the InfoPanel reports 19 total players and Rust itself reported 19 players and YET WarModePLayers reports 20. This is an inconsistent situation; meaning it is intermittent. I have only seen it happen this bad ONCE.
  16. NavyChief

    Wrong Counts??

    I am not sure what is going on but now it is showing correctly... I am confused...
  17. NavyChief

    Wrong Counts??

    On my server I just noticed the counts seem to be wrong. My InfoPanel counter shows 19 people BUT the WarMode plugin shows 20 total??
  18. NavyChief

    FLAG disabled but used??

    Are you serious.... for some reason I had outdated mods like WarMode.cs was 1.3.13... I totally thought I updated those
  19. NavyChief

    FLAG disabled but used??

    I have all but WarModeAdminPanel installed due to a different issue where it will not compile.
  20. Can you move the hardcoded /rules from the .cs to the config file? In the config we have /wmr but HARDCODED in the .cs we have [Command("rules")] and I have another mod using /rules All the commands should be int he config to be changed.
  21. (06:51:03) | Failed compiling 'WarModeAdminPanel.cs': (06:51:03) | 1. 'WarMode.ModeConfig' does not contain a definition for 'DeepSeaMode' and no accessible extension method 'DeepSeaMode' accepting a first argument of type 'WarMode.ModeConfig' could be found (are you missing a using directive or an assembly reference?) [CS1061] (WarModeAdminPanel 51 line 1495) (06:51:03) | 2. 'WarMode.TargetType' does not contain a definition for 'modularboats' [CS0117] (WarModeAdminPanel 25 line 2858)
  22. For me after removing warmode.bypass from me I see a text response of PVE when I shoot or throw a rock at a PVE base.
  23. THANK YOU SO VERY MUCH I knew that the indicator was probably my fault...
  24. WOW really well hidden
  25. Sorry all I found in that ZIP are language files no cs file

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