Jump to content

the-bandit

Creator
  • Posts

    174
  • Joined

  • Last visited

Everything posted by the-bandit

  1. hello this problem is the same as the one if https://codefling.com/files/support/21412-error/
  2. the-bandit

    No icons loaded

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  3. the-bandit

    No icons loaded

    hello there is no solution for the moment. I'll do an update at the weekend to add Carbon's to optimize the plugin. Thanks for letting me know and sorry for the delay.
  4. the-bandit

    Error

    Changed Status from Pending to Closed
  5. the-bandit

    sockets

    Changed Status from Pending to Closed
  6. the-bandit

    Error

    Changed Status from Pending to Not a Bug
  7. the-bandit

    Shop

    Changed Status from Pending to Closed
  8. the-bandit

    Solution for the shop

    Changed Status from Pending to Closed
  9. the-bandit

    Error

    you need to change the plugin's permissions so that it modifies itself and adds hooks outside the HUDPanel.cs plugin (the hook allows you to view the status of other plugins such as Sputnik/Convoy). Without it, you won't get any icon status changes on some hostings, it blocks writing, only reading, which is quite rare
  10. the-bandit

    Error

    Hello, I think your error is due to a write permission on your hosting. Adding hooks to the HUDPanel.cs plugin requires write permission.
  11. the-bandit

    An error occurs.

    Changed Status from Work in Progress to No Response
  12. the-bandit

    No icons

    Changed Status from Work in Progress to Fixed
  13. the-bandit

    An error occurs.

    Changed Status from Pending to Work in Progress
  14. the-bandit

    An error occurs.

    Hello, this error is produced when OnEntitySpawned is returned to OnEventServer and its entity is empty. I also noticed this error, it appears from time to time at server reboot, it is difficult to reproduce. Can you tell me when it happens for you? I'll try to filter OnEntitySpawned further in an update, but I need more info.
  15. the-bandit

    No icons

    Changed Status from Pending to Work in Progress
  16. the-bandit

    No icons

    Hello, have you installed the "Image Library" plugin (https://umod.org/plugins/image-library) in addition to HUDPanel? If the problem persists, please send me your config/HUDPanel.json privately. I'll check that everything's in order
  17. the-bandit

    SSL is outdated

    Changed Status from Pending to Fixed
  18. hello David, I had a problem with the plugin. Unable to appear entities. I think it's due to the stack. When you split the item, it changes the name of the new entity I've temporarily corrected the error on line 79, if that's helpful. if ( item.name == null && item.skin != null && item.skin != 0 && item.info != null && item.info.shortname != null ) { var def = placeable.FirstOrDefault(_placeable => _placeable.Value.BaseItem == item.info.shortname && _placeable.Value.SkinID == item.skin); if ( def.Key != null ) item.name = def.Key; }
  19. the-bandit

    Image Not loading

    Changed Status from Pending to Closed
  20. the-bandit

    Update

    door height problem line 76 static Vector3 PORTAL_PLACEMENT_OFFSET = new Vector3(0, 0.35f, 0); => static Vector3 PORTAL_PLACEMENT_OFFSET = new Vector3(0, 0.10f, 0);
  21. the-bandit

    Update

    hi it can help I fixed the error like this line 482 : player.inventory.AllItemsNoAlloc(ref playerItems); => player.inventory.GetAllItems(playerItems);
  22. the-bandit

    no pictures

    Changed Status from Pending to Closed
  23. the-bandit

    no pictures

    Hello zloy.online, one of the servers was down due to an update. It will be online again soon.
  24. the-bandit

    Steam avatar.php

    Changed Status from Work in Progress to Closed
  25. the-bandit

    Steam avatar.php

    Changed Status from Pending to Work in Progress
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

125.6k

Files Sold

Total number of files sold.

2.6m

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.