Rust Item storage in lockers

Discussion in 'Plugin Requests' started by Wombat, Mar 9, 2017.

  1. possible idear to make a plugin to change the lockers they just added in it holds around 36 slot and instead of only clothes sets to hotswap can it be changed to store items in would be a good storage edition
     
  2. I'm not sure if this is possible, you could try using this hook to test it.
    Code:
    void CanAcceptItem(ItemContainer container, Item item)
    {
    Puts("CanAcceptItem works!");
    }