Jump to content

IIIaKa

Creator
  • Posts

    1,477
  • Joined

  • Last visited

Everything posted by IIIaKa

  1. IIIaKa

    Bug with Jetpack from David

    Changed Status from Pending to Work in Progress
  2. IIIaKa

    Vehicle registration

    Changed Status from Pending to Work in Progress
  3. IIIaKa

    Bug with Jetpack from David

    Hi, Adem said he'll try to fix this.
  4. I don't even know what to say to that. Please read my messages carefully... Just forget about the deprecated hook, it's not relevant here. Please do what I asked you to do, if you want the problem to be resolved.
  5. I can't help you without any information about your servers, logs, or your cooperation.
  6. I still urge you to run all of this on a clean server, where you can confirm that the issue lies on your end and not with the deprecated hook warning.
  7. Please, could you carefully read my message again? I mentioned that firstly, it's just a warning that has NO impact on the plugin's functionality whatsoever, and secondly, the hook OnBalanceChanged is used not by the Economics plugin, but by the BankSystem plugin
  8. Have you tried on a clean server with only Economics, AdvancedStatus, and BalanceBar installed? You haven't provided any information about your servers, config files, or logs. As I mentioned before, I've tested it on my end, and everything is working fine. The only thing is that there's a warning about a deprecated hook on the first call, but it's just a warning and doesn't affect functionality(Economics plugin was last updated two years ago). Most likely, there's a conflict with one of your other plugins. So, I'd suggest checking this on a clean server and also checks error logs.
  9. I restarted the server, and the bar is displaying correctly. You need to check the error logs.
  10. Hello, apologies for the delayed response. As I understand it, when I implemented support for the BankSystem plugin, I overlooked the fact that BankSystem uses its own hook 'OnBalanceChanged', which is exactly the same as the old one used by the Economics plugin. This will be corrected in the next update.
  11. IIIaKa

    Bug with Jetpack from David

    Strange, I somehow can't reply in that thread. I'll message him privately then.
  12. IIIaKa

    Bug with Jetpack from David

    This indicates that when equipping the Jetpack, the OnEntityMounted hook triggers, but when unequipping, the OnEntityDismounted hook does not trigger. Therefore, plugins assume that you are still wearing the Jetpack. Since I haven't purchased the plugin, I'm unable to open a thread in the support section of the Jetpack plugin. Could you open a thread there?
  13. IIIaKa

    "Some Fixes"

    Changed Status from Pending to Not a Bug
  14. IIIaKa

    "Some Fixes"

    I don't always have the opportunity to record all changes, but I try to do so.
  15. IIIaKa

    Bug with Jetpack from David

    Try creating a file named Test.cs in the plugins folder and add the code below: using System; namespace Oxide.Plugins { [Info("Test", "Test", "0.1.0")] class Test : RustPlugin { void OnEntityMounted(BaseMountable mount, BasePlayer player) { Puts($"{player.displayName} mounted {mount.name}"); } void OnEntityDismounted(BaseMountable mount, BasePlayer player) { Puts($"{player.displayName} dismounted {mount.name}"); } } } Then, equip the Jetpack and remove it. You should see something like this printed to the console:
  16. IIIaKa

    Bug with Jetpack from David

    Could you please check if there are any error logs related to the AdvancedStatus or FuelStatus plugins? It seems that when equipping the Jetpack, the OnEntityMounted triggers, but when removing it, the OnEntityDismounted does not trigger, causing the plugins to believe that it is still mounted.
  17. IIIaKa

    Does not work

    The plugin has 2 permissions that allow players to bypass agreement with the rules. Try entering these commands: o.revoke user *name/id* rules.ignore o.revoke user *name/id* rules.admin
  18. Changed Status from Pending to Closed
  19. IIIaKa

    Error message after reload

    Changed Status from Pending to Closed Changed Fixed In from 0.1.3 to 0.1.4
  20. IIIaKa

    Does not work

    Changed Status from Pending to Not a Bug
  21. IIIaKa

    Zombie Horde

    Changed Status from Pending to Not a Bug
  22. IIIaKa

    Fuse Box Checkered out

    Changed Status from Pending to Closed Changed Fixed In to 0.1.3
  23. IIIaKa

    Does not work

    I've installed your configs, everything is working fine. The only thing is, you have a one-time agreement with the rules enabled, so the agreement with the rules is not displayed again. You need to set the parameter "Is it necessary to ask for agreement to the rules once?" to false in the config file.
  24. IIIaKa

    Fuse Box Checkered out

    In addition, if you have any suggestions for adding new functionality or making any changes, you can create a topic in the support section and describe your proposal.
  25. IIIaKa

    Does not work

    Hello, I'm sorry I couldn't respond earlier. I saw that you deleted the attached files, so I assumed you had resolved the issue. Could you please resend them as I didn't have a chance to download them?
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

Files Sold

Total number of files sold.

2.4m

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.