Jump to content

IIIaKa

Creator
  • Posts

    1,842
  • Joined

  • Last visited

Everything posted by IIIaKa

  1. Changed Status from Work in Progress to Closed Changed Fixed In to 0.1.5
  2. @IanHendry80 Hello, the issue was with AdvancedStatus. Please re-download both plugins, the problem should be resolved.
  3. Changed Status from Pending to Work in Progress
  4. By @IanHendry80
  5. IIIaKa

    Fuel Bar Color

    @Ahmed Alkaabi You need to fill the range from 0 to 1. In your version, there is no color for the range from 0 to 0.00111 and from 0.00222 to 1.
  6. @RickJamesBitch Hi! I'm not sure which button you're referring to. Can you please clarify?
  7. IIIaKa

    Fuel Bar Color

    Unfortunately, colors can only be linked to percentages. For example, 500 units of fuel is approximately ~0.00222%. You need to create this range and assign it the desired color. For example, a range from 0% to 0.1(10%) in your case would be from 0 to 22500 units of fuel.
  8. IIIaKa

    Fuel Bar Color

    Since I don't quite understand what you want, I'll explain how the color change works. The maximum fuel stack size and the amount of fuel in the tank are taken, and from these two numbers, a percentage is calculated. This percentage is then used to set the position for the progress bar. You have the option to set your own limits in the config file under the 'List of Gauge Indicators' section. Here is an example of a list of colors for different ranges. You can specify more or fewer values, but it's important that they do not overlap and that the first value equals the last value of the previous range. "List of Gauge Indicators": [ { "MaxRange": 1.0, "MinRange": 0.9, "Color": "#B1C06E" }, { "MaxRange": 0.9, "MinRange": 0.8, "Color": "#F7BB00" }, { "MaxRange": 0.8, "MinRange": 0.7, "Color": "#F70000" }, { "MaxRange": 0.7, "MinRange": 0.6, "Color": "#008080" }, { "MaxRange": 0.6, "MinRange": 0.5, "Color": "#4B0082" }, { "MaxRange": 0.5, "MinRange": 0.4, "Color": "#00FFFF" }, { "MaxRange": 0.4, "MinRange": 0.3, "Color": "#800080" }, { "MaxRange": 0.3, "MinRange": 0.2, "Color": "#FF00FF" }, { "MaxRange": 0.2, "MinRange": 0.1, "Color": "#00FF00" }, { "MaxRange": 0.1, "MinRange": 0.0, "Color": "#FFA500" } ]
  9. IIIaKa

    Fuel Bar Color

    As far as I understand, you want the colors to change depending on the amount of fuel, not by percentage?
  10. IIIaKa

    Fuel Bar Color

    If the issue persists, feel free to report it in this thread.
  11. IIIaKa

    Fuel Bar Color

    Changed Status from Can't Reproduce to Not a Bug
  12. IIIaKa

    Fuel Bar Color

    Colors also work fine depending on the fuel level in the tank.
  13. IIIaKa

    Fuel Bar Color

    @Ahmed Alkaabi Hi, try restarting both plugins. Since I installed the StackSizeController plugin and set the same limit, everything works for me.
  14. IIIaKa

    Fuel Bar Color

    Changed Status from Work in Progress to Can't Reproduce
  15. IIIaKa

    Fuel Bar Color

    Changed Status from Pending to Work in Progress
  16. @GamingMadhouse Hello! Try downloading the plugin again.
  17. Changed Status from Pending to Work in Progress
  18. @pzudemz Hello! Try downloading the plugin again.
  19. @StrifeZ Try downloading the plugin again.
  20. Changed Status from Pending to Work in Progress
  21. Hi. This was done so that only the Monument's owner and their friends could pick up items. I will add the option to disable this.
  22. IIIaKa

    API

    @Razor As you wish. However, in your current hooks, there are no checks. For example, with OnCupboardDeauthorize, any other plugin(for example mine) can cancel this action and the player will remain in the cupboard, but you still remove them from tcData. The methods I proposed check if the player has been removed from the cupboard before removing them. The hook call is needed so that other plugins do not perform the same checks, thus reducing operations.
  23. IIIaKa

    API

    @Razor I wanted to ask if the OnRandomRaidCupboardAuthorized, OnRandomRaidCupboardDeauthorized, and OnRandomRaidCupboardCleared hooks will be added? Thank you.
  24. Sometimes, even when notifications are enabled, they do not come through. Therefore, it is recommended to mention the user using @
  25. If the issue persists, feel free to report it in this thread.
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

128.1k

Files Sold

Total number of files sold.

2.7m

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.