-
Posts
2,234 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by IIIaKa
-
Discrepancies in the 'My Earnings' Chart Calculation
IIIaKa replied to IIIaKa's topic in Site Support
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. -
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.
-
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 -
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!
-
@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.
-
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!
-
@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.
-
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!
-
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!
-
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!
-
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!
-
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!
-
@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
