Jump to content

the-bandit

Creator
  • Posts

    166
  • Joined

  • Last visited

Everything posted by the-bandit

  1. the-bandit

    Solution for the shop

    Changed Status from Pending to Closed
  2. 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
  3. 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.
  4. the-bandit

    An error occurs.

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

    No icons

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

    An error occurs.

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

    No icons

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

    SSL is outdated

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

    Image Not loading

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

    Update

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

    no pictures

    Changed Status from Pending to Closed
  16. the-bandit

    no pictures

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

    Steam avatar.php

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

    Steam avatar.php

    Changed Status from Pending to Work in Progress
  19. 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} )
  20. the-bandit

    plugin

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

    plugin

    Changed Status from Pending to Work in Progress
  22. 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 🙂
  23. Changed Status from Work in Progress to Closed Changed Fixed In to 1.2.5
  24. the-bandit

    Failed to call hook

    Changed Status from Work in Progress to Closed Changed Fixed In to 1.2.5
  25. Changed Status from Pending to Work in Progress
1.7m

Downloads

Total number of downloads.

8.1k

Customers

Total customers served.

122.2k

Files Sold

Total number of files sold.

2.5m

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.