Jump to content

Scalbox

Creator Pro
  • Posts

    2,055
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Scalbox

  1. Scalbox

    Broken after server restarts

    Can you explain to me better what doesn't work?
  2. thanks, fix very fast
  3. I did a test, even if it says 110% protection, in reality the protection remains at 90%. Is there a way to not make it appear 110% but 90%? But this is not a big problem, the biggest problem is the fuel, which allows you to generate fuel infinitely
  4. Hi there is a bug with the plugin that allows you to generate unlimited fuel. Also if I wear heavy sheet metal and activate the miner hat, my protection reaches 110%, making me immortal from HS. For now, for the unlimited fuel I made a quick change: private void OnItemAddedToContainer(ItemContainer container, Item item) { if (container.playerOwner == null || item.info == null || item.info.itemid != ITEMID_MINERS_HAT || item.skin != SKINID) return; var player = container.playerOwner; if (player == null) return; if (player.inventory.containerMain.itemList.Contains(item)) { item.RemoveFromContainer(); item.Remove(); } if (player.inventory.containerBelt.itemList.Contains(item)) { item.RemoveFromContainer(); item.Remove(); } } Here is an example video.
  5. Changed Status from Work in Progress to Closed
  6. Hello updated plugin, version 1.2.0 Now you can create as many groups as you want or rename existing ones, just set the priority for each group, it's all written in the documentation. Sorry to keep you waiting, but I already had several plugins planned to complete
  7. Changed Status from Pending to Closed Changed Fixed In to 1.1.2
  8. Plugin updated, version 1.1.2 1) Added: Ability to create new groups and/or modify existing groups 2) Added: Possibility to exclude beds placed in campers from the bed limit count
  9. Scalbox

    warning

    Changed Status from No Response to Fixed Changed Fixed In to 1.1.9
  10. Scalbox

    warning

    Changed Status from Pending to No Response
  11. I have to see if it's possible, I have to do some tests
  12. the last number can't be changed, in this case the value from the convar is taken. To solve it you can set the bed limits convar to 0, but at the moment there is no way to change the bottom number, it is handled by the rust client

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.9m
Total downloads
Customers
11.9k
Customers served
Files Sold
168.6k
Total sales
Payments
3.7m
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.