1. Is there anyway to determine if an item was picked up from the ground using the OnItemAddedToContainer? Or is there some way I can request a new hook?
     
  2. Well shit, it wasn't in the documentation and I was just going off of that...
    [DOUBLEPOST=1435646537,1435633122][/DOUBLEPOST]Doesn't seem to work for me.

    Code:
    void OnItemPickup(BasePlayer player, Item item)
            {
                Puts("On Pickup is called.");
                    }
    Nothing is put in console when I pickup an AK and a hatchet. :(
     
  3. Ah, you mean pickup droped item, i thought when you pickup wood/stones/cloth what placed on groud. So then needed another hook for this, i'm not sure if it exists. Sorry for misinformation.