Jump to content

IIIaKa

Creator
  • Posts

    2,335
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by IIIaKa

  1. By @Koshara private bool IsOnTournament(ulong userid) { return ArenaTournament != null && ArenaTournament.Call<bool>("IsOnTournament", userid); }
  2. IIIaKa

    Advanced Status

    Hi, thanks for the suggestions. I've added temporary permissions to the to-do list, and I’ll definitely get to them as soon as I have the chance.
  3. I would also recommend using the overloaded OnEntitySpawned(Bike bike) and OnEntityKill(Bike bike) hooks so that only bikes will be processed by your hook. In OnServerInitialized, add a check in a foreach loop like this: foreach (var entity in BaseNetworkable.serverEntities) { if (entity is Bike bike) OnEntitySpawned(bike); } I'm not trying to be picky, just offering friendly advice
  4. @Torken Hello, cool plugin. However, you should add an option to disable console logs as there's too much spam. And pookie and boxes can be picked up with a hammer. I also noticed that in the Init method, you're unsubscribing and resubscribing to hooks, which is illogical. By default, you are subscribed to all the hooks you have. Therefore, in Init, you need to unsubscribe from OnEntitySpawned, OnEntityKill and then subscribe back to them at the end of the OnServerInitialized method. Also, you should remove the line: Subscribe(nameof(OnServerInitialized));
  5. If the issue persists, feel free to report it in this thread.
  6. Changed Status from Work in Progress to Not a Bug
  7. @Ac3 In your settings, in the section "The list of items(short name) available for the composter. Leave empty to use vanilla" an empty string "" is specified. There should either be a list of allowed items or the list should be left empty. Here is how it should be: But I will also add a check for valid names in the next update.
  8. IIIaKa

    Custom Bar With Player Rank

    Hi. This plugin only provides a tool for displaying bars. When and how to display them is determined by other plugins. If you know the C# programming language, you can write your own plugin that works with the AdvancedStatus API and the API of the plugin that provides temporary VIP groups.
  9. IIIaKa

    Industrial Dung

    Hi. Alright, I will add the ability to set a default value for auto-modification for new players.
  10. Changed Status from Pending to Work in Progress
  11. Hi, could you provide your config file?
  12. @RickJamesBitch In the new version, you can choose between a custom button and text. If you want a button, simply fill in the 'Footer Custom Button - Command (Leave empty to disable)' field.
  13. In the new version, players with the bigwheelstats.admin permission can change the wheel's name directly in the UI. Just click on the name and enter a new one.
  14. If the issue persists, feel free to report it in this thread.
  15. Changed Status from Work in Progress to Not a Bug
  16. In those versions, it served as a placeholder to fill that space. After adding scrolling, I replaced the button with text indicating how many items are displayed on the page. This was done because scrolling was a new feature, and few people knew about it. For example, on the personal page, you may notice that the text indicates 10 items are displayed, even though only 5 are visible. If you used this button, I can consider introducing an option to choose between text or a button.
  17. If the issue persists, feel free to report it in this thread.
  18. Changed Status from Work in Progress to Closed Changed Fixed In to 0.1.5
  19. @IanHendry80 Hello, the issue was with AdvancedStatus. Please re-download both plugins, the problem should be resolved.
  20. Changed Status from Pending to Work in Progress
  21. By @IanHendry80
  22. 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.
  23. @RickJamesBitch Hi! I'm not sure which button you're referring to. Can you please clarify?
  24. 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.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.2k
Total sales
Payments
3.4m
Processed total
×
×
  • 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.