OnCollectiblePickup hook not workingNot An Issue

No work. please fix

Works just fine if you are fully updated.

Oxide.Rust Version: 2.0.5644

ExtraGatherBonuses.cs
AdvancedGather.cs

no work fine and privates plugins same.

I would need to see the signature those plugins are using for the hook, because if it doesn't work, they'd be using old versions or your server isn't actually on 2.0.5644.

I am preparing a test server

Old:

void OnCollectiblePickup(Item item, BasePlayer player, CollectibleEntity entity)​

New from last month:

void OnCollectiblePickup(CollectibleEntity entity, BasePlayer player)​

I have updated on another server and the same result does not work well.

Like I said, I'd need to see your code and a screenshot of the server version output would be good.

Yeah, Extra Gather Bonuses is outdated.

SIJ2M7nn6LT61eC.png Wulf

Old:

void OnCollectiblePickup(Item item, BasePlayer player, CollectibleEntity entity)​

New from last month:

void OnCollectiblePickup(CollectibleEntity entity, BasePlayer player)​

no work.😭

Yeah, it's not a direct copy/paste replacement. I already updated the Extra Gather Bonuses plugin and submitted a patch for the other.

thx, works fine.

Locked automatically