Jump to content

CupsOhJoe

Creator
  • Posts

    359
  • Joined

  • Last visited

Everything posted by CupsOhJoe

  1. CupsOhJoe

    Points not consistent

    I have been testing and it seems that the points given are not consistent. I went and mined and got points for some and no points for others this also goes for gathering, and opening boxes.
  2. CupsOhJoe

    Not able to load images

    Same issue here, tried to download all images and host myself but hud looks like
  3. If FP had an issue with people using DLC items they would restrict them completely from use. Yet they allow server admins to spawn them in with no restrictions. Unless stated in the ToS not sure this is factual
  4. CupsOhJoe

    Plugin Hook

    Can you add SkillTree hook so it can be added to the chat Tags, There is an API
  5. CupsOhJoe

    Prison

    does the cell doors work?
  6. CupsOhJoe

    Turrets NOT on

    or even Powerless Turrets
  7. CupsOhJoe

    Turrets NOT on

    It may be Turrets Reborn as I have the same issue.
  8. CupsOhJoe

    In QUEUE not updating

    Had few test to see if when they join the QUEUE showed as 1 or 2 etc. Doesn't update. It will update only if I minimize and reopen.
  9. CupsOhJoe

    Heli Crash Event

    I keep getting two notification every time:
  10. CupsOhJoe

    Exploit

    BankSystem.json
  11. CupsOhJoe

    Exploit

    Personal ATMs are rounding up the cents no matter what. So playere can place money in then when they gop to remove the money from the ATM (Profit) the get the extra dollar. This can bee an issue example: deposit $1 get the fee of .23 then remove the profits get $2
  12. Change line 20 in the .cs file [ChatCommand("bs")]
  13. Would love to see it apply the skin after the structure is built
  14. CupsOhJoe

    Skinning clears level

    I have Skinbox, let me know what you need
  15. Will this update fix the issue with the items being stripped of their Quality when reskinned in Skinbox?
  16. CupsOhJoe

    update 05/04

    Plugin stopped working after the 05/04 update. Failed to compile: HackableCrateUI.cs(1657,76): error CS1503: Argument `#1' cannot convert `uint' expression to type `NetworkableId'
  17. CupsOhJoe

    update 05/04

    Looks like all the Heavy event plugins are broken with new FP update.
  18. Is there a new update for 05/04 wipe?
  19. is there an update the 05/04 wipe?
  20. but just in case UpdateChecker.json
  21. { "Plugin name (it's just a file name without .cs": "SmartWarnings", "Plugin version": "2.5.8", "Link to plugin [Umod | Codefling | LoneDesign | ChaosCode]": "https://codefling.com/plugins/smartwarnings", "Ignore new version": true }, This was the reason, as soon as I disabled it was working again! But I don't see any issues
  22. Keep getting this error: FormatException: Input string was not in a correct format. Have gone through the config and see no issues. What am I missing.
  23. CupsOhJoe

    Custom Buttons

    Is there a way to get the buttons to scale with the resolu9tion, as it looks terrible when some join and the buttons are completely irregular
  24. CupsOhJoe

    CAltimeter

    there has been no movement on this for a while now.
  25. CupsOhJoe

    ERROR "CanMountEntity"

    Still getting this error: Failed to call hook 'CanMountEntity' on plugin 'Horses v1.0.19' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Horses.CanMountEntity (BasePlayer player, BaseMountable mountable) [0x00000] in <585af271d12344bdae29b413cc3217f0>:0 at Oxide.Plugins.Horses.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0053a] in <585af271d12344bdae29b413cc3217f0>: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 Failed to call hook 'OnEntityMounted' on plugin 'Horses v1.0.19' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Horses.OnEntityMounted (BaseMountable mountable, BasePlayer player) [0x0001a] in <585af271d12344bdae29b413cc3217f0>:0 at Oxide.Plugins.Horses.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0044c] in <585af271d12344bdae29b413cc3217f0>: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 Failed to call hook 'OnEntityDismounted' on plugin 'CustomButtons v2.0.6' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CustomButtons.CreatePartialCui (BasePlayer player, System.Collections.Generic.List`1[T] list) [0x00000] in <585af271d12344bdae29b413cc3217f0>:0 at Oxide.Plugins.CustomButtons.OnEntityDismounted (ComputerStation entity, BasePlayer player) [0x00012] in <585af271d12344bdae29b413cc3217f0>:0 at Oxide.Plugins.CustomButtons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00ef8] in <585af271d12344bdae29b413cc3217f0>: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 done. Enforcing SpawnPopulation Limits done. Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.IQParachute+<OnEntityDismounted>c__AnonStorey3.<>m__0 () [0x00055] in <585af271d12344bdae29b413cc3217f0>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <157a94ee66ab4a7991faecd1eb84be3b>:0

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.2k
Customers served
Files Sold
160.2k
Total sales
Payments
3.4m
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.