Jump to content

mufasa

Member
  • Posts

    54
  • Joined

  • Last visited

Everything posted by mufasa

  1. mufasa

    Error in Rcon

    I havent had an update for ImageLibrary for over a year according to UMOD and it was all working before.. I did the same changes in the config as i was advised before (which worked before) but this time it doesnt seem to work.
  2. mufasa

    Error in Rcon

    I changed the config as previously advised but still getting this error? Failed to call hook 'OnServerInitialized' on plugin 'MinimalistHud v1.2.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.MinimalistHud.GetConfigIcons (System.Collections.Generic.Dictionary`2[TKey,TValue] dict) [0x0007b] in <250c5a4977954e8a853ff544f15219cf>:0 at Oxide.Plugins.MinimalistHud.LoadAllImages () [0x00000] in <250c5a4977954e8a853ff544f15219cf>:0 at Oxide.Plugins.MinimalistHud.OnServerInitialized () [0x00039] in <250c5a4977954e8a853ff544f15219cf>:0 at Oxide.Plugins.MinimalistHud.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00132] in <250c5a4977954e8a853ff544f15219cf>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
  3. mufasa

    Error in Rcon

    Hi, I added this to the new update but doesnt seem to fix it. any ideas?
  4. mufasa

    Minimalist Hud

    Hi, I keep getting this error? any ideas? Failed to call hook 'OnEconomicsBalanceUpdated' on plugin 'MinimalistHud v1.2.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.MinimalistHud.GetBalance (BasePlayer player) [0x0000b] in <769786cc286a46619dbfe1e0e37eb27e>:0 at Oxide.Plugins.MinimalistHud.UpdateBalancePanel (BasePlayer player) [0x00021] in <769786cc286a46619dbfe1e0e37eb27e>:0 at Oxide.Plugins.MinimalistHud.OnEconomicsBalanceUpdated (System.String playerId, System.Double amount) [0x00037] in <769786cc286a46619dbfe1e0e37eb27e>:0 at Oxide.Plugins.MinimalistHud.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00369] in <769786cc286a46619dbfe1e0e37eb27e>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
  5. mufasa

    Error in Rcon

    Thanks works now
  6. mufasa

    Error in Rcon

    I get this error and cannot see the hud. Any Ideas? Exception while calling NextTick callback (InvalidCastException: Null object cannot be converted to a value type.) at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x00019] in :0 at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x00007] in :0 at Oxide.Core.Plugins.Plugin.Call[T] (System.String hook, System.Object[] args) [0x00008] in :0 at Oxide.Plugins.MinimalistHud.GetBalance (BasePlayer player) [0x00029] in <2be9966b31c847c4bc9aa7be3a2c5b1b>:0 at Oxide.Plugins.MinimalistHud.UpdateBalancePanel (BasePlayer player) [0x00021] in <2be9966b31c847c4bc9aa7be3a2c5b1b>:0 at Oxide.Plugins.MinimalistHud.LoadPlayerUI (BasePlayer player) [0x00172] in <2be9966b31c847c4bc9aa7be3a2c5b1b>:0 at Oxide.Plugins.MinimalistHud.InitializePlayersUI () [0x00015] in <2be9966b31c847c4bc9aa7be3a2c5b1b>:0 at Oxide.Plugins.MinimalistHud.b__11_1 () [0x00000] in <2be9966b31c847c4bc9aa7be3a2c5b1b>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in :0 Failed to call hook 'OnEconomicsBalanceUpdated' on plugin 'MinimalistHud v1.1.3' (InvalidCastException: Null object cannot be converted to a value type.) at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x00019] in :0 at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x00007] in :0 at Oxide.Core.Plugins.Plugin.Call[T] (System.String hook, System.Object[] args) [0x00008] in :0 at Oxide.Plugins.MinimalistHud.GetBalance (BasePlayer player) [0x00029] in <2be9966b31c847c4bc9aa7be3a2c5b1b>:0 at Oxide.Plugins.MinimalistHud.UpdateBalancePanel (BasePlayer player) [0x00021] in <2be9966b31c847c4bc9aa7be3a2c5b1b>:0 at Oxide.Plugins.MinimalistHud.OnEconomicsBalanceUpdated (System.String playerId, System.Double amount) [0x00037] in <2be9966b31c847c4bc9aa7be3a2c5b1b>:0 at Oxide.Plugins.MinimalistHud.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00369] in <2be9966b31c847c4bc9aa7be3a2c5b1b>: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 :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
  7. mufasa

    Sulfur Event

    Im having the same issue please can this be updated?
  8. mufasa

    Loading Error

    no i have just purchased this in the last 30 mins ish.
  9. mufasa

    Loading Error

    ?? How do i change it? I purchased it and pressed the download button.
  10. mufasa

    Loading Error

    Thanks
  11. mufasa

    Loading Error

    I purchased this plugin today and when loading it comes up with this error - "Error while compiling NpcRaiders: There is no argument given that corresponds to the required parameter 'layerMask' of 'BasePlayer.IsPlayerVisibleToUs(BasePlayer, Vector3, int)' | Line: 1919, Pos: 28" Is there supposed to be a file in the config folder too? as there isnt one for me. Nor can i acces permissions to set permissions up? Any Ideas?
  12. mufasa

    Norddream Island

    ok then just put the link into the server where i would for github links? thank you for your help with this!
  13. mufasa

    Norddream Island

    how do i do that? ive been using github but file too big
  14. mufasa

    File Size

    Hi, is this the smallest the map file goes as i cant seem to be able to use it to put on server as its too big?
  15. mufasa

    Norddream Island

    Can this map only be used via dropbox to be able to upload to a server?

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.5m
Total downloads
Customers
11.3k
Customers served
Files Sold
161.7k
Total sales
Payments
3.5m
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.