Jump to content

IIIaKa

Creator
  • Posts

    2,234
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by IIIaKa

  1. There are suspicions that this is related to the Bundle. Possibly when calculating in the charts, the number of purchases is counted without considering the Bundle discounts.
  2. The information in the 'My Earnings' chart section (by months) is displayed incorrectly. For some reason, the number is always higher than when you calculate all the sales for that period, even if you add the $0.49 transaction fee and the 12% commission, the number still doesn't come close. Also, for some reason, the 'Show as Area Chart' option has no color for the column.
  3. IIIaKa

    Zone Status

    ZoneStatus is displayed only when you are in a zone or monument. The name 'No name zone' is used if, for some reason, the name of the zone/monument could not be retrieved. It is most likely that you encountered a bug, and the plugin thought you were in a zone named 'No name zone'
  4. IIIaKa

    Zone Status

    I didn’t quite understand what the problem is.
  5. IIIaKa

    Free RT

    Version 0.1.8

    223 downloads

    A simple plugin that allows players with permissions to open card-locked doors in Rad Towns without a card, by knocking on the door instead (except for Arctic Research Base and Nuclear Missile Silo) : Arctic Research Base: Opens by toggling a switch button; Nuclear Missile Silo: Opens by pressing a button. P.S. You can also grant temporary permissions using the TemporaryPermissions plugin. freert.all - Allows players to open all card-locked doors without a card; freert.green - Allows players to open only green card-locked doors without a card; freert.blue - Allows players to open only blue card-locked doors without a card; freert.red - Allows players to open only red card-locked doors without a card. { "Is it worth showing messages to players who don't have permissions?": true, "Time in seconds(1-10) after which the door will close(hinged doors only)": 5.0, "Version": { "Major": 0, "Minor": 1, "Patch": 8 } } EN: { "MsgNotAllowed": "You do not have permission to open this door without the card!" } RU: { "MsgNotAllowed": "У вас недостаточно прав для открытия этой двери без карточки!" }
    Free
  6. If no one besides you has downloaded your plugin, you can update it without any issues, even replacing the old version. On the plugin page, there’s a download count, if you click on it, you’ll see who has downloaded it.
  7. It’s always different here, sometimes it takes 1 day, sometimes more. I have a plugin that’s been pending since August 19, and another developer has had one pending since August 4.
  8. IIIaKa

    Zone Status

    The name for the zone is taken from ZoneManager through its API method GetZoneName.
  9. IIIaKa

    Zone Status

    This plugin works with zones created via ZoneManager and monuments from MonumentsWatcher.
  10. IIIaKa

    Free RT

    Welcome to the FreeRT Plugin Discussion Section! Hello! This section is exclusively for discussing FreeRT plugin. Encountered Issues? If you're facing any difficulties with the plugin's functionality, feel free to create a topic in the Support section for assistance! Ideas and Suggestions? Have ideas to share or new features to suggest? Feel free to start a discussion by creating a topic in the Support section. Feel free to share your thoughts and experiences - together we can make our plugin even better!
  11. IIIaKa

    Advanced Status

    @Khakiz @Markiii Hello! I want to inform you that I've published the PermissionsStatus(paid) plugin. However, since some issues were identified during the development of TimedPermissions, I also created my own alternative plugin, TemporaryPermissions(free). Both of these plugins are currently awaiting review and once approved, they will be available.
  12. IIIaKa

    Permissions Status

    Welcome to the PermissionsStatus Plugin Discussion Section! Hello! This section is exclusively for discussing PermissionsStatus plugin. Encountered Issues? If you're facing any difficulties with the plugin's functionality, feel free to create a topic in the Support section for assistance! Ideas and Suggestions? Have ideas to share or new features to suggest? Feel free to start a discussion by creating a topic in the Support section. Feel free to share your thoughts and experiences - together we can make our plugin even better!
  13. @Death @Steenamaroo @Raul-Sorin Sorban @Mals Could you please add an option to disable auto-fill for the email during withdrawals? For instance, by introducing a switch button to control this feature.
  14. Hello, when requesting a withdrawal(08/19/2024), I forgot to change my email(starts with iiiaka) to the one I want the funds sent to. Could you please either cancel or change the withdrawal address? I can send the correct address in a private message. Thank you!
  15. Hello! Just a suggestion. It would be great if we could resize the 'Code' window. When adding a large amount of code, the current window size feels too small and a bit inconvenient. Thanks!
  16. Hello! Just a suggestion. I was wondering if it would be possible to add an option to manage the order of tags on a plugin page, similar to how screenshots can be arranged. Currently, this feature isn't available, and it's a bit inconvenient. Right now, to add a tag somewhere in the middle, I have to delete all the tags up to that point, add the new tag, and then re-enter the removed tags. I know I can just add tags at the end, but it would be great if we could sort them more easily. Thanks!
  17. Welcome to the TemporaryPermissions Plugin Discussion Section! Hello! This section is exclusively for discussing TemporaryPermissions plugin. Encountered Issues? If you're facing any difficulties with the plugin's functionality, feel free to create a topic in the Support section for assistance! Ideas and Suggestions? Have ideas to share or new features to suggest? Feel free to start a discussion by creating a topic in the Support section. Feel free to share your thoughts and experiences - together we can make our plugin even better!
  18. IIIaKa

    Advanced Status

    Hello, could you please clarify which plugins you're referring to?
  19. IIIaKa

    Advanced Status

    Hello, thank you for the bug report. Please re-download the plugin, the overlap issue has been fixed. As for your last suggestion, I'm not quite sure what you mean.
  20. Hi, how long does it usually take to withdraw funds? I understand that you're experiencing some issues with withdrawals, but I would appreciate knowing an approximate time frame for the process. Thank you!
  21. IIIaKa

    Advanced Status

    I added two API methods: GetTotalClientBars and GetTotalPlayerBars.
  22. IIIaKa

    Advanced Status

    Hello, as I understand it, you placed the folder with images in the *SERVER*\oxide\plugins folder, but the folder with images should be here: *SERVER*\oxide\data\AdvancedStatus\Images
  23. IIIaKa

    Advanced Status

    Hi, there is no such API. But if you need it, I can add such an API.
  24. IIIaKa

    Advanced Status

    I'm sorry to hear that you're confused. It seems like you might have missed the description and the pinned message before making your purchase. Everything is clearly explained there, including how you can get the plugin for free.
  25. IIIaKa

    Teleport Status

    @Kobani Hi, I looked at the plugin page, and it lacks hooks that are called when teleportation starts and when it is interrupted. If they are added, it will be possible to add compatibility with this plugin. Examples of hooks from NTeleportation: void OnTeleportAccepted(BasePlayer target, BasePlayer player, int countdown) - this is the start of teleportation between players void OnHomeAccepted(BasePlayer player, string home, int countdown) - this is the start of teleportation to home void OnTownAccepted(BasePlayer player, string name, int countdown) - this is the start of teleportation to town void OnTeleportBackAccepted(BasePlayer player, Vector3 location, int countdown) - this is the start of teleportation back void OnTeleportInterrupted(BasePlayer player) - this is when any teleportation is interrupted
2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

152.1k

Files Sold

Total number of files sold.

3.2m

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.