Jump to content

IIIaKa

Creator
  • Posts

    2,117
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by IIIaKa

  1. IIIaKa

    Plugin Loading Loop

    Hello. Are you sure you're using the latest downloaded version? It works just fine for me.
  2. I can't check this myself, I haven't been able to reproduce this error. So please try replacing the OnEntitySpawned hook(lines 193–197) with this code: void OnEntitySpawned(BuildingBlock block) { if (block.OwnerID.IsSteamId() && IsRightBlock(block)) NextTick(() => { if (block.IsValid() && !block.IsDestroyed) TryInitBlockDecay(block); }); } Let me know what the result is.
  3. @Aelanna @Aeryn Sun Hello. Does this happen every time or just occasionally? Because during this whole period, I haven’t encountered such a message even once.
  4. Changed Status from Pending to Work in Progress
  5. IIIaKa

    Plugin Loading Loop

    If you have anything to add, feel free to write in this thread.
  6. IIIaKa

    Plugin Loading Loop

    Changed Status from Work in Progress to Fixed Changed Fixed In to 0.1.2
  7. IIIaKa

    Plugin Loading Loop

    The issue turned out to be caused by a single extra space during hook generation... Thanks for reporting the bug, the funniest part is that I added that space for aesthetics after all tests
  8. IIIaKa

    Error Message after update

    If you have anything to add, feel free to write in this thread.
  9. IIIaKa

    Error Message after update

    Changed Status from Pending to Fixed Changed Fixed In to 0.1.22
  10. IIIaKa

    Error Message after update

    If you have anything to add, feel free to write in this thread.
  11. IIIaKa

    Error Message after update

    Changed Status from Pending to Fixed Changed Fixed In to 0.1.22
  12. IIIaKa

    Plugin Loading Loop

    Changed Status from Pending to Work in Progress
  13. IIIaKa

    Error Message after update

    Hello, try redownloading the plugin.
  14. IIIaKa

    Error Message after update

    Hello, try redownloading the plugin.
  15. Hello, try redownloading the plugin.
  16. IIIaKa

    Plugin Loading Loop

    Hello, are you using Oxide or Carbon?
  17. IIIaKa

    bar_group

    If you have anything to add, feel free to write in this thread.
  18. IIIaKa

    bar_group

    Changed Status from Work in Progress to Not a Bug
  19. If you have anything to add, feel free to write in this thread.
  20. Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
  21. Unfortunately, it's unlikely that this can be done. I looked through the NTeleportation code again and there are no corresponding hooks. To add new ones, I'd need to dig into the code and find proper places to call them from, but everything there is quite tangled. Unfortunately, I don't have enough time for that at the moment.
  22. Hello. Thanks for reporting this issue. As I understand it, in the latest update the author of the NTeleportation plugin changed the arguments of the OnHomeAccepted hook, which broke the functionality of all plugins that used this hook. In the next update, the status bar for "home" will work again. I can’t promise, but I’ll try to add it.
  23. Changed Status from Pending to Work in Progress
  24. Hello, yes, this command was removed in 0.1.6 version. This command was used for hud button, now it merged with internal ui command. Anyway players couldn't open ui panel if they are not sitting on the chairs near to betting terminals.
2.1m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

141.3k

Files Sold

Total number of files sold.

3m

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.