Jump to content

the-bandit

Creator
  • Posts

    191
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by the-bandit

  1. 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
  2. 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.
  3. the-bandit

    An error occurs.

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

    No icons

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

    An error occurs.

    Changed Status from Pending to Work in Progress
  6. 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.
  7. the-bandit

    No icons

    Changed Status from Pending to Work in Progress
  8. 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
  9. the-bandit

    SSL is outdated

    Changed Status from Pending to Fixed
  10. 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; }
  11. the-bandit

    Image Not loading

    Changed Status from Pending to Closed
  12. 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);
  13. the-bandit

    Update

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

    no pictures

    Changed Status from Pending to Closed
  15. the-bandit

    no pictures

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

    Steam avatar.php

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

    Steam avatar.php

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

    Steam avatar.php

    Hello RBT026 This file is intended to display the player's profile picture from Discord, it is not required. If you want to add it, you will need to have a web server like www.hostinger.com and include the SteamAvatar.php file in the 'Avatar Url' configuration (https://example.com/SteamAvatar.php?id= {SteamId} )
  19. the-bandit

    plugin

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

    plugin

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

    plugin

    Bonjour stev61 je ne vois pas d'erreur de mon coter mais quand je vois l'erreur on dirait qu'il l'appel sur un autre plugin aussi (pour OnSputnikEventStart), pouvez-vous m'envoyer le /oxide/config/HUDPanel.json" svp pour que je regarde
  22. Changed Status from Work in Progress to Closed Changed Fixed In to 1.2.5
  23. the-bandit

    Failed to call hook

    Changed Status from Work in Progress to Closed Changed Fixed In to 1.2.5
  24. Changed Status from Pending to Work in Progress
  25. the-bandit

    Failed to call hook

    Changed Status from Pending to Work in Progress

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.8m
Total downloads
Customers
11.7k
Customers served
Files Sold
167.1k
Total sales
Payments
3.6m
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.